Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c330 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
344 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
463 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
481 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
493 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
697 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
H A Dxhci-mtk.c472 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_mtk_quirks()
654 !(xhci->quirks & XHCI_BROKEN_STREAMS)) in xhci_mtk_probe()
H A Dxhci.h1633 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
H A Dxhci.c3404 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()