Searched refs:to_msg_param (Results 1 – 6 of 6) sorted by relevance
| /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() 208 if (optee->ops->to_msg_param(optee, arg->params, arg->num_params, in handle_rpc_supp_cmd() 280 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_rpmb_probe_reset() 358 if (optee->ops->to_msg_param(optee, arg->params, in handle_rpc_func_rpmb_probe_next() 401 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 | 211 int (*to_msg_param)(struct optee *optee, member
|
| H A D | protmem.c | 244 rc = optee->ops->to_msg_param(optee, msg_arg->params, in get_protmem_config()
|
| H A D | ffa_abi.c | 959 .to_msg_param = optee_ffa_to_msg_param,
|
| H A D | smc_abi.c | 1283 .to_msg_param = optee_to_msg_param,
|