Searched refs:kbdbl_ctl (Results 1 – 1 of 1) sorted by relevance
1774 static struct kbd_backlight *kbdbl_ctl; variable1783 if (sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1784 (value << 0x10) | (kbdbl_ctl->base), &result)) in __sony_nc_kbd_backlight_mode_set()1789 sony_call_snc_handle(kbdbl_ctl->handle, in __sony_nc_kbd_backlight_mode_set()1790 (value << 0x0f) | (kbdbl_ctl->base + 0x100), in __sony_nc_kbd_backlight_mode_set()1793 kbdbl_ctl->mode = value; in __sony_nc_kbd_backlight_mode_set()1822 count = snprintf(buffer, PAGE_SIZE, "%d\n", kbdbl_ctl->mode); in sony_nc_kbd_backlight_mode_show()1833 if (sony_call_snc_handle(kbdbl_ctl->handle, (value << 0x10) | in __sony_nc_kbd_backlight_timeout_set()1834 (kbdbl_ctl->base + 0x200), &result)) in __sony_nc_kbd_backlight_timeout_set()1837 kbdbl_ctl->timeout = value; in __sony_nc_kbd_backlight_timeout_set()[all …]