Home
last modified time | relevance | path

Searched refs:from_msg_param (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Drpc.c64 if (optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_func_cmd_i2c_transfer()
195 if (optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_supp_cmd()
H A Dcall.c346 if (optee->ops->from_msg_param(optee, param, arg->num_params, in optee_open_session()
440 if (optee->ops->from_msg_param(optee, param, arg->num_params, in optee_invoke_func()
H A Doptee_private.h161 int (*from_msg_param)(struct optee *optee, struct tee_param *params, member
H A Dffa_abi.c778 .from_msg_param = optee_ffa_from_msg_param,
H A Dsmc_abi.c1245 .from_msg_param = optee_from_msg_param,
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c199 static int from_msg_param(struct tee_param *params, uint num_params, in from_msg_param() function
384 if (from_msg_param(params, num_params, msg_arg->params + 2)) { in optee_open_session()
425 if (from_msg_param(params, num_params, msg_arg->params)) { in optee_invoke_func()