Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkeyboard-uclass.c14 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_start()
25 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_stop()
37 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_tstc()
52 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_getc()
H A Dcros_ec_keyb.c222 static const struct keyboard_ops cros_ec_kbd_ops = {
H A Di8042.c337 static const struct keyboard_ops i8042_kbd_ops = {
H A Dtegra-kbc.c339 static const struct keyboard_ops tegra_kbd_ops = {
H A Dinput.c245 struct keyboard_ops *ops = keyboard_get_ops(dev); in process_modifier()
/OK3568_Linux_fs/u-boot/include/
H A Dkeyboard.h27 struct keyboard_ops { struct
78 #define keyboard_get_ops(dev) ((struct keyboard_ops *)(dev)->driver->ops) argument