Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c22 static TEEC_Result OpteeSmcCall(t_teesmc32_arg *TeeSmc32Arg);
54 t_teesmc32_arg *TeeSmc32Arg = NULL; in TEEC_SMC_OpenSession()
66 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_OpenSession()
154 t_teesmc32_arg *TeeSmc32Arg = NULL; in TEEC_SMC_CloseSession()
161 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_CloseSession()
201 t_teesmc32_arg *TeeSmc32Arg = NULL; in TEEC_SMC_InvokeCommand()
209 TeeSmc32Arg = (t_teesmc32_arg *)OpteeClientMemAlloc(TeeSmc32ArgLength); in TEEC_SMC_InvokeCommand()
329 TEEC_Result OpteeSmcCall(t_teesmc32_arg *TeeSmc32Arg) in OpteeSmcCall()
H A DOpteeClientRPC.c81 TEEC_Result OpteeRpcCmdLoadTa(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdLoadTa()
152 TEEC_Result OpteeRpcCmdLoadV2Ta(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdLoadV2Ta()
198 TEEC_Result OpteeRpcCmdFreeTa(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdFreeTa()
240 TEEC_Result OpteeRpcCmdRpmb(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdRpmb()
512 TEEC_Result OpteeRpcCmdFs(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdFs()
534 TEEC_Result OpteeRpcCmdGetTime(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdGetTime()
542 TEEC_Result OpteeRpcCmdWaitMutex(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdWaitMutex()
587 t_teesmc32_arg *TeeSmc32Arg = in OpteeRpcCallback()
588 (t_teesmc32_arg *)(size_t)((uint64_t)ArmSmcArgs->Arg1 << 32 | ArmSmcArgs->Arg2); in OpteeRpcCallback()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dteesmc_v2.h53 typedef struct optee_msg_arg_v2 t_teesmc32_arg; typedef