Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-pci.c105 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
168 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
179 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
183 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
278 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
Dxhci.h1632 #define XHCI_BROKEN_STREAMS (1 << 19) macro
Dxhci.c3175 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()