Lines Matching refs:mode_attr
1762 struct device_attribute mode_attr;
1918 sysfs_attr_init(&kbdbl_ctl->mode_attr.attr);
1919 kbdbl_ctl->mode_attr.attr.name = "kbd_backlight";
1920 kbdbl_ctl->mode_attr.attr.mode = S_IRUGO | S_IWUSR;
1921 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show;
1922 kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store;
1924 ret = device_create_file(&pd->dev, &kbdbl_ctl->mode_attr);
1950 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr);
1961 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr);
2131 struct device_attribute mode_attr;
2249 sysfs_attr_init(&th_handle->mode_attr.attr);
2250 th_handle->mode_attr.attr.name = "thermal_control";
2251 th_handle->mode_attr.attr.mode = S_IRUGO | S_IWUSR;
2252 th_handle->mode_attr.show = sony_nc_thermal_mode_show;
2253 th_handle->mode_attr.store = sony_nc_thermal_mode_store;
2259 ret = device_create_file(&pd->dev, &th_handle->mode_attr);
2277 device_remove_file(&pd->dev, &th_handle->mode_attr);