Searched refs:from_msg_param (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/tee/optee/ |
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()
|
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()
|
D | optee_private.h | 137 int (*from_msg_param)(struct optee *optee, struct tee_param *params, member
|
D | ffa_abi.c | 772 .from_msg_param = optee_ffa_from_msg_param,
|
D | smc_abi.c | 1126 .from_msg_param = optee_from_msg_param,
|