Searched refs:xhci_quirks (Results 1 – 4 of 4) sorted by relevance
31 static xhci_quirk_table_t xhci_quirks[] = { variable49 for (xqt = &xhci_quirks[0]; xqt->xqt_vendor != 0xffff; xqt++) { in xhci_quirks_populate()52 xhcip->xhci_quirks = xqt->xqt_quirks; in xhci_quirks_populate()
1305 if (xhcip->xhci_quirks & XHCI_QUIRK_NO_MSI) { in xhci_identify()1312 if (xhcip->xhci_quirks & XHCI_QUIRK_32_ONLY) { in xhci_identify()2141 (xhcip->xhci_quirks & XHCI_QUIRK_INTC_EHCI)) in xhci_attach()
652 xhci_quirk_t xhci_quirks; member
1813 XHCI_OBJS += xhci.o xhci_quirks.o xhci_dma.o xhci_context.o xhci_intr.o \