Home
last modified time | relevance | path

Searched refs:from_msg_param (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tee/optee/
H A Drpc.c64 if (optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_func_cmd_i2c_transfer()
200 if (optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_supp_cmd()
270 optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_func_rpmb_probe_reset()
324 optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_func_rpmb_probe_next()
384 optee->ops->from_msg_param(optee, params, arg->num_params, in handle_rpc_func_rpmb_frames()
H A Dcall.c429 if (optee->ops->from_msg_param(optee, param, arg->num_params, in optee_open_session()
553 if (optee->ops->from_msg_param(optee, param, arg->num_params, in optee_invoke_func()
H A Doptee_private.h214 int (*from_msg_param)(struct optee *optee, struct tee_param *params, member
H A Dprotmem.c257 rc = optee->ops->from_msg_param(optee, params, ARRAY_SIZE(params), in get_protmem_config()
H A Dffa_abi.c960 .from_msg_param = optee_ffa_from_msg_param,
H A Dsmc_abi.c1284 .from_msg_param = optee_from_msg_param,