Home
last modified time | relevance | path

Searched refs:XHCI_BROKEN_STREAMS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-pci.c102 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
117 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
200 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
218 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
222 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
329 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
Dxhci.h1834 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
Dxhci.c3296 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()