Searched refs:XHCI_BROKEN_STREAMS (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/usb/host/
H A Dxhci.h1602 #define XHCI_BROKEN_STREAMS BIT_ULL(19) macro
H A Dxhci.c3431 if ((xhci->quirks & XHCI_BROKEN_STREAMS) ||
H A Dxhci-pci.c263 xhci->quirks |= XHCI_BROKEN_STREAMS;
278 xhci->quirks |= XHCI_BROKEN_STREAMS;
403 xhci->quirks |= XHCI_BROKEN_STREAMS;
421 xhci->quirks |= XHCI_BROKEN_STREAMS;
433 xhci->quirks |= XHCI_BROKEN_STREAMS;
630 if (!(xhci->quirks & XHCI_BROKEN_STREAMS) &&
H A Dxhci-mtk.c472 xhci->quirks |= XHCI_BROKEN_STREAMS;
654 !(xhci->quirks & XHCI_BROKEN_STREAMS))

Completed in 172 milliseconds