Lines Matching refs:TEEC_Result
33 TEEC_Result OpteeRpcAlloc(uint32_t Size, uint32_t *Address) in OpteeRpcAlloc()
35 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcAlloc()
55 TEEC_Result OpteeRpcFree(uint32_t Address) in OpteeRpcFree()
61 TEEC_Result OpteeRpcCmdLoadV2Ta(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdLoadV2Ta()
63 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdLoadV2Ta()
98 TEEC_Result OpteeRpcCmdRpmb(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdRpmb()
120 TEEC_Result OpteeRpcCmdFs(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdFs()
122 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdFs()
142 TEEC_Result OpteeRpcCmdGetTime(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdGetTime()
150 TEEC_Result OpteeRpcCmdWaitMutex(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdWaitMutex()
158 TEEC_Result OpteeRpcCallback(ARM_SMC_ARGS *ArmSmcArgs) in OpteeRpcCallback()
160 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCallback()