Searched refs:vers (Results 1 – 1 of 1) sorted by relevance
92 static int match(struct tee_version_data *vers, const void *data) in match() argument94 return vers->gen_caps & TEE_GEN_CAP_GP; in match()104 struct tee_version_data vers; in test_tee() local112 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee()153 struct tee_version_data vers; in test_tee_rpc() local169 dev = tee_find_device(NULL, match, NULL, &vers); in test_tee_rpc()
Completed in 5 milliseconds