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.c326 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
341 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
463 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
468 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
487 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
499 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
696 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.h1887 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
H A Dxhci.c3381 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()