Searched refs:kbdbl_ctl (Results 1 – 1 of 1) sorted by relevance
1778 static struct kbd_backlight *kbdbl_ctl; variable1787 if (sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1788 (value << 0x10) | (kbdbl_ctl->base), &result)) in __sony_nc_kbd_backlight_mode_set()1793 sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1794 (value << 0x0f) | (kbdbl_ctl->base + 0x100), in __sony_nc_kbd_backlight_mode_set()1797 kbdbl_ctl->mode = value; in __sony_nc_kbd_backlight_mode_set()1826 count = snprintf(buffer, PAGE_SIZE, "%d\n", kbdbl_ctl->mode); in sony_nc_kbd_backlight_mode_show()1837 if (sony_call_snc_handle(kbdbl_ctl->handle, (value << 0x10) | in __sony_nc_kbd_backlight_timeout_set()1838 (kbdbl_ctl->base + 0x200), &result)) in __sony_nc_kbd_backlight_timeout_set()1841 kbdbl_ctl->timeout = value; in __sony_nc_kbd_backlight_timeout_set()[all …]