Home
last modified time | relevance | path

Searched refs:key_matrix_key (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dkey_matrix.h31 struct key_matrix_key { struct
56 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys, argument
/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c42 static int check_for_keys(struct udevice *dev, struct key_matrix_key *keys, in check_for_keys()
46 struct key_matrix_key *key; in check_for_keys()
100 static struct key_matrix_key last_keys[KBC_MAX_KEYS]; in cros_ec_kbc_check()
102 struct key_matrix_key keys[KBC_MAX_KEYS]; in cros_ec_kbc_check()
H A Dkey_matrix.c26 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting()
54 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode()
64 struct key_matrix_key *key = &keys[upto]; in key_matrix_decode()
H A Dtegra-kbc.c72 struct key_matrix_key keys[KBC_MAX_KPENT], *key; in tegra_kbc_find_keys()