Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dtee.h239 struct tee_invoke_func_arg { struct
301 typedef int (*tee_invoke_func_t)(const struct device *dev, struct tee_invoke_func_arg *arg,
477 __syscall int tee_invoke_func(const struct device *dev, struct tee_invoke_func_arg *arg,
480 static inline int z_impl_tee_invoke_func(const struct device *dev, struct tee_invoke_func_arg *arg, in z_impl_tee_invoke_func()
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c177 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
461 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
603 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
781 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
883 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
979 struct tee_invoke_func_arg invoke_arg = {}; in ZTEST()
1149 struct tee_invoke_func_arg invoke_arg = {}; in test_invoke_fn()
/Zephyr-latest/drivers/tee/optee/
Doptee.c858 static int optee_invoke_func(const struct device *dev, struct tee_invoke_func_arg *arg, in optee_invoke_func()