Home
last modified time | relevance | path

Searched refs:COMP_STALL_ERROR (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c1996 if (trb_comp_code == COMP_STALL_ERROR || in finish_td()
2009 if ((ep_index != 0) || (trb_comp_code != COMP_STALL_ERROR)) in finish_td()
2107 case COMP_STALL_ERROR: in process_ctrl_td()
2190 case COMP_STALL_ERROR: in process_isoc_td()
2382 case COMP_STALL_ERROR: in handle_tx_event()
2439 case COMP_STALL_ERROR: in handle_tx_event()
2567 if (trb_comp_code == COMP_STALL_ERROR || in handle_tx_event()
2662 if (trb_comp_code == COMP_STALL_ERROR || in handle_tx_event()
Dxhci.h1094 #define COMP_STALL_ERROR 6 macro
1140 case COMP_STALL_ERROR: in xhci_trb_comp_code_string()
Dxhci-dbgcap.c709 case COMP_STALL_ERROR: in dbc_handle_xfer_event()
/Linux-v5.10/drivers/usb/early/
Dxhci-dbc.c723 case COMP_STALL_ERROR: in xdbc_handle_tx_event()