Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-pci.c325 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
340 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
462 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
480 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
492 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
689 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
Dxhci-mtk.c437 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_mtk_quirks()
618 !(xhci->quirks & XHCI_BROKEN_STREAMS)) in xhci_mtk_probe()
Dxhci.h1880 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
Dxhci.c3371 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()