Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRPC.c114 return TEEC_ERROR_NOT_IMPLEMENTED; in OpteeRpcCmdRpmb()
144 return TEEC_ERROR_NOT_IMPLEMENTED; in OpteeRpcCmdGetTime()
152 return TEEC_ERROR_NOT_IMPLEMENTED; in OpteeRpcCmdWaitMutex()
233 TeecResult = TEEC_ERROR_NOT_IMPLEMENTED; in OpteeRpcCallback()
254 TeecResult = TEEC_ERROR_NOT_IMPLEMENTED; in OpteeRpcCallback()
H A DOpteeClientSMC.c256 return TEEC_ERROR_NOT_IMPLEMENTED; in TEEC_SMC_RequestCancellation()
345 TeecResult = TEEC_ERROR_NOT_IMPLEMENTED; in OpteeSmcCall()
H A Dtee_mmc_rpmb.c151 return TEEC_ERROR_NOT_IMPLEMENTED; in emmc_rpmb_process()
H A Dtee_ufs_rpmb.c218 return TEEC_ERROR_NOT_IMPLEMENTED; in ufs_rpmb_process()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h146 #define TEEC_ERROR_NOT_IMPLEMENTED 0xFFFF0009 macro