Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-dbgcap.c738 if (r->status == -COMP_STALL_ERROR) { in dbc_handle_xfer_event()
765 case COMP_STALL_ERROR: in dbc_handle_xfer_event()
790 req->status = -COMP_STALL_ERROR; in dbc_handle_xfer_event()
Dxhci-ring.c2154 if (comp_code == COMP_STALL_ERROR) in xhci_halted_host_endpoint()
2239 case COMP_STALL_ERROR: in finish_td()
2345 case COMP_STALL_ERROR: in process_ctrl_td()
2432 case COMP_STALL_ERROR: in process_isoc_td()
2583 case COMP_STALL_ERROR: in handle_transferless_tx_event()
2680 case COMP_STALL_ERROR: in handle_tx_event()
Dxhci.h831 #define COMP_STALL_ERROR 6 macro
877 case COMP_STALL_ERROR: in xhci_trb_comp_code_string()
/linux-6.12.1/drivers/usb/early/
Dxhci-dbc.c732 case COMP_STALL_ERROR: in xdbc_handle_tx_event()