Searched refs:to_msg_param (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | rpc.c | 109 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_cmd_i2c_transfer() 210 if (optee->ops->to_msg_param(optee, arg->params, arg->num_params, in handle_rpc_supp_cmd() 282 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_rpmb_probe_reset() 360 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_rpmb_probe_next() 403 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_rpmb_frames()
|
H A D | call.c | 402 rc = optee->ops->to_msg_param(optee, msg_arg->params + 2, in optee_open_session() 543 rc = optee->ops->to_msg_param(optee, msg_arg->params, arg->num_params, in optee_invoke_func()
|
H A D | optee_private.h | 177 * @to_msg_param: converts from struct tee_param to OPTEE_MSG parameters 188 int (*to_msg_param)(struct optee *optee, member
|
H A D | ffa_abi.c | 820 .to_msg_param = optee_ffa_to_msg_param,
|