Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-pci.c264 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
278 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
398 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
421 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
435 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
631 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_common_probe()
H A Dxhci.h1608 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
H A Dxhci.c3491 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()