Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientSMC.c22 static TEEC_Result OpteeSmcCall(t_teesmc32_arg *TeeSmc32Arg);
120 TeecResult = OpteeSmcCall(TeeSmc32Arg); in TEEC_SMC_OpenSession()
175 TeecResult = OpteeSmcCall(TeeSmc32Arg); in TEEC_SMC_CloseSession()
229 TeecResult = OpteeSmcCall(TeeSmc32Arg); in TEEC_SMC_InvokeCommand()
329 TEEC_Result OpteeSmcCall(t_teesmc32_arg *TeeSmc32Arg) in OpteeSmcCall() function