Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dsony-laptop.c1775 struct device_attribute timeout_attr; member
1918 sysfs_attr_init(&kbdbl_ctl->timeout_attr.attr); in sony_nc_kbd_backlight_setup()
1919 kbdbl_ctl->timeout_attr.attr.name = "kbd_backlight_timeout"; in sony_nc_kbd_backlight_setup()
1920 kbdbl_ctl->timeout_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_kbd_backlight_setup()
1921 kbdbl_ctl->timeout_attr.show = sony_nc_kbd_backlight_timeout_show; in sony_nc_kbd_backlight_setup()
1922 kbdbl_ctl->timeout_attr.store = sony_nc_kbd_backlight_timeout_store; in sony_nc_kbd_backlight_setup()
1928 ret = device_create_file(&pd->dev, &kbdbl_ctl->timeout_attr); in sony_nc_kbd_backlight_setup()
1950 device_remove_file(&pd->dev, &kbdbl_ctl->timeout_attr); in sony_nc_kbd_backlight_cleanup()