Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c318 i_cmd->status = COMP_COMMAND_RING_STOPPED; in xhci_handle_stopped_cmd_ring()
1433 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1490 if (cmd->status == COMP_COMMAND_RING_STOPPED) in handle_cmd_completion()
1491 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
Dxhci.h1112 #define COMP_COMMAND_RING_STOPPED 24 macro
1176 case COMP_COMMAND_RING_STOPPED: in xhci_trb_comp_code_string()
Dxhci.c1970 case COMP_COMMAND_RING_STOPPED: in xhci_configure_endpoint_result()
2020 case COMP_COMMAND_RING_STOPPED: in xhci_evaluate_context_result()
3791 case COMP_COMMAND_RING_STOPPED: in xhci_discover_or_reset_device()
4162 case COMP_COMMAND_RING_STOPPED: in xhci_setup_device()
Dxhci-hub.c448 cmd->status == COMP_COMMAND_RING_STOPPED) { in xhci_stop_device()