Searched refs:rpc_arg_count (Results 1 – 3 of 3) sorted by relevance
674 unsigned int *rpc_arg_count) in optee_ffa_exchange_caps() argument689 *rpc_arg_count = (u8)data.data1; in optee_ffa_exchange_caps()795 unsigned int rpc_arg_count; in optee_ffa_probe() local809 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()
120 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()
153 unsigned int rpc_arg_count; member
Completed in 12 milliseconds