Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Dsupp.c59 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
66 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
140 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
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()
Doptee_private.h29 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro