Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dsony-laptop.c2133 struct device_attribute profiles_attr; member
2249 sysfs_attr_init(&th_handle->profiles_attr.attr); in sony_nc_thermal_setup()
2250 th_handle->profiles_attr.attr.name = "thermal_profiles"; in sony_nc_thermal_setup()
2251 th_handle->profiles_attr.attr.mode = S_IRUGO; in sony_nc_thermal_setup()
2252 th_handle->profiles_attr.show = sony_nc_thermal_profiles_show; in sony_nc_thermal_setup()
2260 ret = device_create_file(&pd->dev, &th_handle->profiles_attr); in sony_nc_thermal_setup()
2271 device_remove_file(&pd->dev, &th_handle->profiles_attr); in sony_nc_thermal_setup()
2281 device_remove_file(&pd->dev, &th_handle->profiles_attr); in sony_nc_thermal_cleanup()