Home
last modified time | relevance | path

Searched refs:XHCI_PLAT (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dxhci-histb.c174 xhci->quirks |= XHCI_PLAT; in xhci_histb_quirks()
Dxhci-plat.c96 xhci->quirks |= XHCI_PLAT | priv->quirks; in xhci_plat_quirks()
Dxhci-mtk.c401 xhci->quirks |= XHCI_PLAT; in xhci_mtk_quirks()
Dxhci.h1874 #define XHCI_PLAT BIT_ULL(16) macro
Dxhci.c373 if (xhci->quirks & XHCI_PLAT) in xhci_cleanup_msix()
413 if (xhci->quirks & XHCI_PLAT) in xhci_try_enable_msi()
Dxhci-tegra.c2413 xhci->quirks |= XHCI_PLAT; in tegra_xhci_quirks()