Lines Matching refs:tee_param
65 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()
758 unsigned int num_param, struct tee_param *param, in optee_open_session()
859 unsigned int num_param, struct tee_param *param) in optee_invoke_func()
1040 struct tee_param *param) in optee_suppl_recv()
1078 memcpy(param, req->param, sizeof(struct tee_param) * req->num_params); in optee_suppl_recv()
1084 struct tee_param *param) in optee_suppl_send()
1107 struct tee_param *p = req->param + n; in optee_suppl_send()