Home
last modified time | relevance | path

Searched refs:TEEC_ERROR_COMMUNICATION (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dsupp.c49 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
57 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
94 return TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
161 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
H A Dcall.c258 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
273 arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
348 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
353 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
H A Doptee_private.h21 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
H A Drpc.c121 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_rpc_func_cmd_i2c_transfer()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dcall.c270 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_invoke_cmd()
380 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_open_session()
425 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_load_ta()
H A Damdtee_private.h25 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h175 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h151 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h183 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h183 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.c50 ADBG_ENUM_TABLE_ENTRY(TEEC_ERROR_COMMUNICATION),
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientSMC.c348 TeecResult = TEEC_ERROR_COMMUNICATION; in OpteeSmcCall()