Searched refs:kbdbl_ctl (Results 1 – 1 of 1) sorted by relevance
1760 static struct kbd_backlight *kbdbl_ctl; variable1769 if (sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1770 (value << 0x10) | (kbdbl_ctl->base), &result)) in __sony_nc_kbd_backlight_mode_set()1775 sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1776 (value << 0x0f) | (kbdbl_ctl->base + 0x100), in __sony_nc_kbd_backlight_mode_set()1779 kbdbl_ctl->mode = value; in __sony_nc_kbd_backlight_mode_set()1807 return sysfs_emit(buffer, "%d\n", kbdbl_ctl->mode); in sony_nc_kbd_backlight_mode_show()1817 if (sony_call_snc_handle(kbdbl_ctl->handle, (value << 0x10) | in __sony_nc_kbd_backlight_timeout_set()1818 (kbdbl_ctl->base + 0x200), &result)) in __sony_nc_kbd_backlight_timeout_set()1821 kbdbl_ctl->timeout = value; in __sony_nc_kbd_backlight_timeout_set()[all …]