Searched refs:tee_version_info (Results 1 – 3 of 3) sorted by relevance
196 struct tee_version_info { struct264 typedef int (*tee_get_version_t)(const struct device *dev, struct tee_version_info *info);365 __syscall int tee_get_version(const struct device *dev, struct tee_version_info *info);367 static inline int z_impl_tee_get_version(const struct device *dev, struct tee_version_info *info) in z_impl_tee_get_version()
711 static int optee_get_version(const struct device *dev, struct tee_version_info *info) in optee_get_version()
95 struct tee_version_info info; in ZTEST()