Searched refs:to_msg_param (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/tee/optee/ |
H A D | rpc.c | 108 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 D | call.c | 320 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 D | optee_private.h | 158 int (*to_msg_param)(struct optee *optee, member
|
H A D | ffa_abi.c | 777 .to_msg_param = optee_ffa_to_msg_param,
|
H A D | smc_abi.c | 1244 .to_msg_param = optee_to_msg_param,
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | core.c | 160 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()
|