Searched refs:from_msg_param (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/tee/optee/ |
H A D | rpc.c | 64 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 D | call.c | 346 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 D | optee_private.h | 161 int (*from_msg_param)(struct optee *optee, struct tee_param *params, member
|
H A D | ffa_abi.c | 778 .from_msg_param = optee_ffa_from_msg_param,
|
H A D | smc_abi.c | 1245 .from_msg_param = optee_from_msg_param,
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | core.c | 199 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()
|