Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-pci.c135 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
150 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
268 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
286 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
300 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_pci_quirks()
444 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) && in xhci_pci_probe()
H A Dxhci-mtk.c399 xhci->quirks |= XHCI_BROKEN_STREAMS; in xhci_mtk_quirks()
563 !(xhci->quirks & XHCI_BROKEN_STREAMS)) in xhci_mtk_probe()
H A Dxhci.h1885 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
H A Dxhci.c3422 if ((xhci->quirks & XHCI_BROKEN_STREAMS) || in xhci_alloc_streams()