Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/
H A Dsony-laptop.c1784 kbdbl_ctl->mode = value; in __sony_nc_kbd_backlight_mode_set()
1826 kbdbl_ctl->timeout = value; in __sony_nc_kbd_backlight_timeout_set()
1865 if (kbdbl_ctl) { in sony_nc_kbd_backlight_setup()
1906 kbdbl_ctl = kzalloc(sizeof(*kbdbl_ctl), GFP_KERNEL); in sony_nc_kbd_backlight_setup()
1907 if (!kbdbl_ctl) in sony_nc_kbd_backlight_setup()
1912 kbdbl_ctl->handle = handle; in sony_nc_kbd_backlight_setup()
1951 kfree(kbdbl_ctl); in sony_nc_kbd_backlight_setup()
1952 kbdbl_ctl = NULL; in sony_nc_kbd_backlight_setup()
1959 if (kbdbl_ctl && handle == kbdbl_ctl->handle) { in sony_nc_kbd_backlight_cleanup()
1963 kfree(kbdbl_ctl); in sony_nc_kbd_backlight_cleanup()
[all …]