Home
last modified time | relevance | path

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

/linux/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()
90 return TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
124 req->ret = TEEC_ERROR_COMMUNICATION; in optee_supp_thrd_req()
H A Dcall.c415 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
431 arg->ret = TEEC_ERROR_COMMUNICATION; in optee_open_session()
549 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
555 msg_arg->ret = TEEC_ERROR_COMMUNICATION; in optee_invoke_func()
H A Doptee_private.h27 #define TEEC_ERROR_COMMUNICATION 0xFFFF000E macro
H A Drpc.c106 arg->ret = TEEC_ERROR_COMMUNICATION; in handle_rpc_func_cmd_i2c_transfer()
/linux/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