profiles_attr 2140 drivers/platform/x86/sony-laptop.c struct device_attribute profiles_attr; profiles_attr 2256 drivers/platform/x86/sony-laptop.c sysfs_attr_init(&th_handle->profiles_attr.attr); profiles_attr 2257 drivers/platform/x86/sony-laptop.c th_handle->profiles_attr.attr.name = "thermal_profiles"; profiles_attr 2258 drivers/platform/x86/sony-laptop.c th_handle->profiles_attr.attr.mode = S_IRUGO; profiles_attr 2259 drivers/platform/x86/sony-laptop.c th_handle->profiles_attr.show = sony_nc_thermal_profiles_show; profiles_attr 2267 drivers/platform/x86/sony-laptop.c ret = device_create_file(&pd->dev, &th_handle->profiles_attr); profiles_attr 2278 drivers/platform/x86/sony-laptop.c device_remove_file(&pd->dev, &th_handle->profiles_attr); profiles_attr 2288 drivers/platform/x86/sony-laptop.c device_remove_file(&pd->dev, &th_handle->profiles_attr);