Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-dbgcap.c739 if (r->status == -COMP_STALL_ERROR) { in dbc_handle_xfer_event()
766 case COMP_STALL_ERROR: in dbc_handle_xfer_event()
791 req->status = -COMP_STALL_ERROR; in dbc_handle_xfer_event()
H A Dxhci-ring.c2178 if (comp_code == COMP_STALL_ERROR) in xhci_halted_host_endpoint()
2263 case COMP_STALL_ERROR: in finish_td()
2363 case COMP_STALL_ERROR: in process_ctrl_td()
2456 case COMP_STALL_ERROR: in process_isoc_td()
2601 case COMP_STALL_ERROR: in handle_transferless_tx_event()
2715 case COMP_STALL_ERROR: in handle_tx_event()
H A Dxhci.h837 #define COMP_STALL_ERROR 6 macro
883 case COMP_STALL_ERROR: in xhci_trb_comp_code_string()
/linux-6.15/drivers/usb/early/
H A Dxhci-dbc.c732 case COMP_STALL_ERROR: in xdbc_handle_tx_event()