Searched refs:read_keys (Results 1 – 8 of 8) sorted by relevance
205 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()
83 input->read_keys = kbd_read_keys; in kbd_init()
215 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
324 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
328 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
60 int (*read_keys)(struct input_config *config); member
92 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()
942 static int read_keys(char *buf) in read_keys() function956 int numpressed = read_keys(envvalue); in do_kbd()975 numpressed = read_keys(keypress); in preboot_keys()