Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dtee.h229 struct tee_param { struct
274 unsigned int num_param, struct tee_param *param,
302 unsigned int num_param, struct tee_param *param);
329 struct tee_param *param);
339 struct tee_param *param);
394 unsigned int num_param, struct tee_param *param,
399 unsigned int num_param, struct tee_param *param, in z_impl_tee_open_session()
478 unsigned int num_param, struct tee_param *param);
481 unsigned int num_param, struct tee_param *param) in z_impl_tee_invoke_func()
620 struct tee_param *param);
[all …]
/Zephyr-latest/drivers/tee/optee/
Doptee.c65 struct tee_param *param;
107 static int param_to_msg_param(const struct tee_param *param, unsigned int num_param, in param_to_msg_param()
111 const struct tee_param *tp = param; in param_to_msg_param()
155 static void msg_param_to_tmp_mem(struct tee_param *p, uint32_t attr, in msg_param_to_tmp_mem()
173 static int msg_param_to_param(struct tee_param *param, unsigned int num_param, in msg_param_to_param()
177 struct tee_param *tp = param; in msg_param_to_param()
255 struct tee_param *param) in optee_call_supp()
297 struct tee_param param; in cmd_alloc_suppl()
317 struct tee_param param; in cmd_free_suppl()
579 struct tee_param *params; in handle_rpc_supp_cmd()
[all …]
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c142 struct tee_param param = {}; in ZTEST()
178 struct tee_param param = {}; in ZTEST()
224 struct tee_param param = {}; in ZTEST()
297 struct tee_param param = {}; in ZTEST()
462 struct tee_param param = {}; in ZTEST()
565 struct tee_param params[TEE_NUM_PARAMS]; in supp_thread_comm()
604 struct tee_param param = {}; in ZTEST()
718 struct tee_param params[TEE_NUM_PARAMS]; in supp_thread_alloc()
782 struct tee_param param = {}; in ZTEST()
884 struct tee_param param = {}; in ZTEST()
[all …]