Home
last modified time | relevance | path

Searched refs:tee_version_info (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dtee.h196 struct tee_version_info { struct
264 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()
/Zephyr-latest/drivers/tee/optee/
Doptee.c711 static int optee_get_version(const struct device *dev, struct tee_version_info *info) in optee_get_version()
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c95 struct tee_version_info info; in ZTEST()