Searched refs:key_matrix_key (Results 1 – 4 of 4) sorted by relevance
42 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()
26 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()
72 struct key_matrix_key keys[KBC_MAX_KPENT], *key; in tegra_kbc_find_keys()
31 struct key_matrix_key { struct56 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys, argument