Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c205 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc()
206 if (!(*config->read_keys)(config)) in input_tstc()
217 if (config->read_keys) in input_getc()
218 err = (*config->read_keys)(config); in input_getc()
H A Dkeyboard.c83 input->read_keys = kbd_read_keys; in kbd_init()
H A Dcros_ec_keyb.c215 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
H A Di8042.c324 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
H A Dtegra-kbc.c328 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
/rk3399_rockchip-uboot/include/
H A Dinput.h60 int (*read_keys)(struct input_config *config); member
/rk3399_rockchip-uboot/board/kosagi/novena/
H A Dnovena.c92 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c942 static int read_keys(char *buf) in read_keys() function
956 int numpressed = read_keys(envvalue); in do_kbd()
975 numpressed = read_keys(keypress); in preboot_keys()