Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dkeyboard.h75 int (*update_leds)(struct udevice *dev, int leds); member
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dinput.c290 if (ops->update_leds) { in process_modifier()
291 if (ops->update_leds(dev, config->leds)) in process_modifier()
H A Di8042.c339 .update_leds = i8042_kbd_update_leds,