Searched refs:key_matrix_key (Results 1 – 4 of 4) sorted by relevance
45 static int check_for_keys(struct udevice *dev, struct key_matrix_key *keys, in check_for_keys()49 struct key_matrix_key *key; in check_for_keys()103 static struct key_matrix_key last_keys[KBC_MAX_KEYS]; in cros_ec_kbc_check()105 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()
75 struct key_matrix_key keys[KBC_MAX_KPENT], *key; in tegra_kbc_find_keys()
32 struct key_matrix_key { struct57 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys, argument