Searched refs:kbdbl_ctl (Results 1 – 1 of 1) sorted by relevance
1765 static struct kbd_backlight *kbdbl_ctl; variable1774 if (sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1775 (value << 0x10) | (kbdbl_ctl->base), &result)) in __sony_nc_kbd_backlight_mode_set()1780 sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1781 (value << 0x0f) | (kbdbl_ctl->base + 0x100), in __sony_nc_kbd_backlight_mode_set()1784 kbdbl_ctl->mode = value; in __sony_nc_kbd_backlight_mode_set()1812 return sysfs_emit(buffer, "%d\n", kbdbl_ctl->mode); in sony_nc_kbd_backlight_mode_show()1822 if (sony_call_snc_handle(kbdbl_ctl->handle, (value << 0x10) | in __sony_nc_kbd_backlight_timeout_set()1823 (kbdbl_ctl->base + 0x200), &result)) in __sony_nc_kbd_backlight_timeout_set()1826 kbdbl_ctl->timeout = value; in __sony_nc_kbd_backlight_timeout_set()[all …]