Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Drpc.c108 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_cmd_i2c_transfer()
203 if (optee->ops->to_msg_param(optee, arg->params, arg->num_params, in handle_rpc_supp_cmd()
H A Dcall.c320 rc = optee->ops->to_msg_param(optee, msg_arg->params + 2, in optee_open_session()
430 rc = optee->ops->to_msg_param(optee, msg_arg->params, arg->num_params, in optee_invoke_func()
H A Doptee_private.h158 int (*to_msg_param)(struct optee *optee, member
H A Dffa_abi.c777 .to_msg_param = optee_ffa_to_msg_param,
H A Dsmc_abi.c1244 .to_msg_param = optee_to_msg_param,
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c160 static int to_msg_param(struct optee_msg_param *msg_params, uint num_params, in to_msg_param() function
374 rc = to_msg_param(msg_arg->params + 2, num_params, params); in optee_open_session()
415 rc = to_msg_param(msg_arg->params, num_params, params); in optee_invoke_func()