Home
last modified time | relevance | path

Searched refs:optee_from_msg_param (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/tee/optee/
Doptee_private.h173 int optee_from_msg_param(struct tee_param *params, size_t num_params,
Drpc.c80 if (optee_from_msg_param(params, arg->num_params, arg->params)) in handle_rpc_func_cmd_i2c_transfer()
249 if (optee_from_msg_param(params, arg->num_params, arg->params)) { in handle_rpc_supp_cmd()
Dcall.c268 if (optee_from_msg_param(param, arg->num_params, msg_arg->params + 2)) { in optee_open_session()
348 if (optee_from_msg_param(param, arg->num_params, msg_arg->params)) { in optee_invoke_func()
Dcore.c37 int optee_from_msg_param(struct tee_param *params, size_t num_params, in optee_from_msg_param() function