Home
last modified time | relevance | path

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

/Linux-v5.10/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.c254 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
269 arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
344 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
349 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
Doptee_private.h21 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
Drpc.c120 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_rpc_func_cmd_i2c_transfer()
/Linux-v5.10/drivers/tee/amdtee/
Dcall.c212 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_invoke_cmd()
322 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_open_session()
364 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_load_ta()
Damdtee_private.h24 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro