Searched refs:key_matrix_key (Results 1 – 4 of 4) sorted by relevance
31 struct key_matrix_key { struct56 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys, argument
43 static int check_for_keys(struct udevice *dev, struct key_matrix_key *keys, in check_for_keys()47 struct key_matrix_key *key; in check_for_keys()121 static struct key_matrix_key last_keys[KBC_MAX_KEYS]; in cros_ec_kbc_check()123 struct key_matrix_key keys[KBC_MAX_KEYS]; in cros_ec_kbc_check()
27 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting()55 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode()65 struct key_matrix_key *key = &keys[upto]; in key_matrix_decode()
74 struct key_matrix_key keys[KBC_MAX_KPENT], *key; in tegra_kbc_find_keys()
Completed in 5 milliseconds