Lines Matching refs:mode_attr
1763 struct device_attribute mode_attr;
1923 sysfs_attr_init(&kbdbl_ctl->mode_attr.attr);
1924 kbdbl_ctl->mode_attr.attr.name = "kbd_backlight";
1925 kbdbl_ctl->mode_attr.attr.mode = S_IRUGO | S_IWUSR;
1926 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show;
1927 kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store;
1929 ret = device_create_file(&pd->dev, &kbdbl_ctl->mode_attr);
1955 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr);
1966 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr);
2139 struct device_attribute mode_attr;
2261 sysfs_attr_init(&th_handle->mode_attr.attr);
2262 th_handle->mode_attr.attr.name = "thermal_control";
2263 th_handle->mode_attr.attr.mode = S_IRUGO | S_IWUSR;
2264 th_handle->mode_attr.show = sony_nc_thermal_mode_show;
2265 th_handle->mode_attr.store = sony_nc_thermal_mode_store;
2271 ret = device_create_file(&pd->dev, &th_handle->mode_attr);
2289 device_remove_file(&pd->dev, &th_handle->mode_attr);