Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c84 xhci->quirks |= XHCI_RESET_EP_QUIRK; in xhci_pci_quirks()
Dxhci.h1544 #define XHCI_RESET_EP_QUIRK (1 << 1) macro
Dxhci-ring.c1063 if (xhci->quirks & XHCI_RESET_EP_QUIRK) { in xhci_handle_cmd_reset_ep()
1139 if (xhci->quirks & XHCI_RESET_EP_QUIRK && in xhci_handle_cmd_config_ep()
Dxhci.c2956 if (!(xhci->quirks & XHCI_RESET_EP_QUIRK)) { in xhci_cleanup_stalled_ring()