Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_quirks.c31 static xhci_quirk_table_t xhci_quirks[] = { variable
49 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()
H A Dxhci.c1305 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()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h652 xhci_quirk_t xhci_quirks; member
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1813 XHCI_OBJS += xhci.o xhci_quirks.o xhci_dma.o xhci_context.o xhci_intr.o \