Searched refs:read_keys (Results 1 – 7 of 7) sorted by relevance
223 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc()224 if (!(*config->read_keys)(config)) in input_tstc()235 if (config->read_keys) in input_getc()236 err = (*config->read_keys)(config); in input_getc()
233 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
331 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
327 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
59 int (*read_keys)(struct input_config *config); member
101 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()
911 static int read_keys(char *buf) in read_keys() function925 int numpressed = read_keys(envvalue); in do_kbd()944 numpressed = read_keys(keypress); in preboot_keys()
Completed in 11 milliseconds