Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-pci.c88 xhci->quirks |= XHCI_RESET_EP_QUIRK; in xhci_pci_quirks()
Dxhci-ring.c1141 if (xhci->quirks & XHCI_RESET_EP_QUIRK) { in xhci_handle_cmd_reset_ep()
1226 if (xhci->quirks & XHCI_RESET_EP_QUIRK && in xhci_handle_cmd_config_ep()
Dxhci.h1806 #define XHCI_RESET_EP_QUIRK BIT_ULL(1) macro
Dxhci.c2995 if (!(xhci->quirks & XHCI_RESET_EP_QUIRK)) { in xhci_cleanup_stalled_ring()