Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dsony-laptop.c2677 static struct device_attribute *fan_handle, *hsf_handle; variable
2724 fan_handle = kzalloc(sizeof(struct device_attribute), GFP_KERNEL); in sony_nc_fanspeed_setup()
2725 if (!fan_handle) in sony_nc_fanspeed_setup()
2734 sysfs_attr_init(&fan_handle->attr); in sony_nc_fanspeed_setup()
2735 fan_handle->attr.name = "fanspeed"; in sony_nc_fanspeed_setup()
2736 fan_handle->attr.mode = S_IRUGO; in sony_nc_fanspeed_setup()
2737 fan_handle->show = sony_nc_fanspeed_show; in sony_nc_fanspeed_setup()
2738 fan_handle->store = NULL; in sony_nc_fanspeed_setup()
2746 result = device_create_file(&pd->dev, fan_handle); in sony_nc_fanspeed_setup()
2757 device_remove_file(&pd->dev, fan_handle); in sony_nc_fanspeed_setup()
[all …]