Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c315 i_cmd->status = COMP_COMMAND_RING_STOPPED; in xhci_handle_stopped_cmd_ring()
1392 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1449 if (cmd->status == COMP_COMMAND_RING_STOPPED) in handle_cmd_completion()
1450 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
Dxhci.h1093 #define COMP_COMMAND_RING_STOPPED 24 macro
1157 case COMP_COMMAND_RING_STOPPED: in xhci_trb_comp_code_string()
Dxhci.c1911 case COMP_COMMAND_RING_STOPPED: in xhci_configure_endpoint_result()
1961 case COMP_COMMAND_RING_STOPPED: in xhci_evaluate_context_result()
3653 case COMP_COMMAND_RING_STOPPED: in xhci_discover_or_reset_device()
4021 case COMP_COMMAND_RING_STOPPED: in xhci_setup_device()
Dxhci-hub.c439 cmd->status == COMP_COMMAND_RING_STOPPED) { in xhci_stop_device()