Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c333 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_OpenSession()
376 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_CloseSession()
400 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_InvokeCommand()
437 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_RequestCancellation()
H A DOpteeClientSMC.c61 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_OpenSession()
156 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_CloseSession()
204 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_InvokeCommand()
H A Dtee_mmc_rpmb.c141 smc_arg->ret_origin = TEEC_ORIGIN_API; in emmc_rpmb_process()
H A Dtee_ufs_rpmb.c208 smc_arg->ret_origin = TEEC_ORIGIN_API; in ufs_rpmb_process()
H A DOpteeClientRPC.c88 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdLoadV2Ta()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h169 #define TEEC_ORIGIN_API 0x00000001 macro