Home
last modified time | relevance | path

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

/optee_os/core/pta/
H A Dscmi.c31 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in cmd_capabilities() local
36 if (ptypes != exp_ptypes) in cmd_capabilities()
48 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in cmd_process_smt_channel() local
54 if (ptypes != exp_ptypes) in cmd_process_smt_channel()
78 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INPUT, in cmd_process_smt_message() local
85 if (ptypes != exp_ptypes) in cmd_process_smt_message()
167 const uint32_t exp_ptypes = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in cmd_get_channel_handle() local
174 if (ptypes != exp_ptypes || caps & ~PTA_SCMI_CAPS_MASK) in cmd_get_channel_handle()