Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c1777 struct device_attribute timeout_attr; member
1920 sysfs_attr_init(&kbdbl_ctl->timeout_attr.attr); in sony_nc_kbd_backlight_setup()
1921 kbdbl_ctl->timeout_attr.attr.name = "kbd_backlight_timeout"; in sony_nc_kbd_backlight_setup()
1922 kbdbl_ctl->timeout_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_kbd_backlight_setup()
1923 kbdbl_ctl->timeout_attr.show = sony_nc_kbd_backlight_timeout_show; in sony_nc_kbd_backlight_setup()
1924 kbdbl_ctl->timeout_attr.store = sony_nc_kbd_backlight_timeout_store; in sony_nc_kbd_backlight_setup()
1930 ret = device_create_file(&pd->dev, &kbdbl_ctl->timeout_attr); in sony_nc_kbd_backlight_setup()
1952 device_remove_file(&pd->dev, &kbdbl_ctl->timeout_attr); in sony_nc_kbd_backlight_cleanup()