Lines Matching refs:TEEC_Result
29 TEEC_Result OpteeRpcAlloc(uint32_t Size, uint32_t *Address) in OpteeRpcAlloc()
31 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcAlloc()
51 TEEC_Result OpteeRpcFree(uint32_t Address) in OpteeRpcFree()
81 TEEC_Result OpteeRpcCmdLoadTa(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdLoadTa()
83 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdLoadTa()
106 TEEC_Result Status = 0; in OpteeRpcCmdLoadTa()
152 TEEC_Result OpteeRpcCmdLoadV2Ta(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdLoadV2Ta()
154 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdLoadV2Ta()
198 TEEC_Result OpteeRpcCmdFreeTa(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdFreeTa()
200 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdFreeTa()
240 TEEC_Result OpteeRpcCmdRpmb(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdRpmb()
243 TEEC_Result EfiStatus; in OpteeRpcCmdRpmb()
251 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdRpmb()
512 TEEC_Result OpteeRpcCmdFs(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdFs()
514 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCmdFs()
534 TEEC_Result OpteeRpcCmdGetTime(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdGetTime()
542 TEEC_Result OpteeRpcCmdWaitMutex(t_teesmc32_arg *TeeSmc32Arg) in OpteeRpcCmdWaitMutex()
550 TEEC_Result OpteeRpcCallback(ARM_SMC_ARGS *ArmSmcArgs) in OpteeRpcCallback()
552 TEEC_Result TeecResult = TEEC_SUCCESS; in OpteeRpcCallback()