Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-pci.c98 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
165 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
176 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
180 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
275 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
Dxhci.h1572 #define XHCI_BROKEN_STREAMS (1 << 19) macro
Dxhci.c3185 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()