Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dinput.c207 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc()
208 if (!(*config->read_keys)(config)) in input_tstc()
219 if (config->read_keys) in input_getc()
220 err = (*config->read_keys)(config); in input_getc()
H A Dcros_ec_keyb.c212 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
H A Di8042.c327 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
H A Dtegra-kbc.c325 input->read_keys = tegra_kbc_check; in tegra_kbd_probe()
/openbmc/u-boot/include/
H A Dinput.h59 int (*read_keys)(struct input_config *config); member
/openbmc/u-boot/board/kosagi/novena/
H A Dnovena.c93 button_input.read_keys = novena_gpio_button_read_keys; in drv_keyboard_init()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c941 static int read_keys(char *buf) in read_keys() function
955 int numpressed = read_keys(envvalue); in do_kbd()
974 numpressed = read_keys(keypress); in preboot_keys()
/openbmc/linux/samples/bpf/
H A Dtest_lru_dist.c164 static unsigned int read_keys(const char *dist_file, in read_keys() function
515 dist_key_counts = read_keys(dist_file, &dist_keys); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch21 @@ -75,7 +75,7 @@ static void read_keys(const char *file, struct listnode *list)
/openbmc/linux/drivers/md/
H A Ddm.c3152 struct pr_keys *read_keys; member
3397 pr->ret = ops->pr_read_keys(dev->bdev, pr->read_keys); in __dm_pr_read_keys()
3407 .read_keys = keys, in dm_pr_read_keys()