Home
last modified time | relevance | path

Searched refs:rpc_arg_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tee/optee/
A Dffa_abi.c674 unsigned int *rpc_arg_count) in optee_ffa_exchange_caps() argument
689 *rpc_arg_count = (u8)data.data1; in optee_ffa_exchange_caps()
795 unsigned int rpc_arg_count; in optee_ffa_probe() local
809 if (!optee_ffa_exchange_caps(ffa_dev, ffa_ops, &rpc_arg_count)) in optee_ffa_probe()
826 optee->rpc_arg_count = rpc_arg_count; in optee_ffa_probe()
A Dcall.c120 if (optee->rpc_arg_count) in optee_get_msg_arg()
121 sz += OPTEE_MSG_GET_ARG_SIZE(optee->rpc_arg_count); in optee_get_msg_arg()
A Doptee_private.h153 unsigned int rpc_arg_count; member

Completed in 12 milliseconds