Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c344 i_cmd->status = COMP_COMMAND_RING_STOPPED; in xhci_handle_stopped_cmd_ring()
1739 if (cmd_comp_code == COMP_COMMAND_RING_STOPPED) { in handle_cmd_completion()
1796 if (cmd->status == COMP_COMMAND_RING_STOPPED) in handle_cmd_completion()
1797 cmd_comp_code = COMP_COMMAND_RING_STOPPED; in handle_cmd_completion()
H A Dxhci.h1126 #define COMP_COMMAND_RING_STOPPED 24 macro
1190 case COMP_COMMAND_RING_STOPPED: in xhci_trb_comp_code_string()
H A Dxhci.c2001 case COMP_COMMAND_RING_STOPPED: in xhci_configure_endpoint_result()
2051 case COMP_COMMAND_RING_STOPPED: in xhci_evaluate_context_result()
3790 case COMP_COMMAND_RING_STOPPED: in xhci_discover_or_reset_device()
4179 case COMP_COMMAND_RING_STOPPED: in xhci_setup_device()
H A Dxhci-hub.c449 cmd->status == COMP_COMMAND_RING_STOPPED) { in xhci_stop_device()