Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Dsupp.c49 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
57 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_release()
91 return TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
141 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
Dcall.c250 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
265 arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
340 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
345 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
Doptee_private.h20 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro