Home
last modified time | relevance | path

Searched refs:fan_handle (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c2724 if (!fan_handle) in sony_nc_fanspeed_setup()
2733 sysfs_attr_init(&fan_handle->attr); in sony_nc_fanspeed_setup()
2734 fan_handle->attr.name = "fanspeed"; in sony_nc_fanspeed_setup()
2735 fan_handle->attr.mode = S_IRUGO; in sony_nc_fanspeed_setup()
2736 fan_handle->show = sony_nc_fanspeed_show; in sony_nc_fanspeed_setup()
2737 fan_handle->store = NULL; in sony_nc_fanspeed_setup()
2763 kfree(fan_handle); in sony_nc_fanspeed_setup()
2764 fan_handle = NULL; in sony_nc_fanspeed_setup()
2770 if (fan_handle) { in sony_nc_fanspeed_cleanup()
2772 kfree(fan_handle); in sony_nc_fanspeed_cleanup()
[all …]