Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-mvebu.c104 xhci->quirks |= XHCI_SKIP_PHY_INIT; in xhci_mvebu_a3700_plat_setup()
Dxhci-plat.c351 if ((xhci->quirks & XHCI_SKIP_PHY_INIT) || (priv && (priv->quirks & XHCI_SKIP_PHY_INIT))) in xhci_plat_probe()
Dxhci.h1897 #define XHCI_SKIP_PHY_INIT BIT_ULL(37) macro
/Linux-v5.15/drivers/usb/cdns3/
Dhost.c29 .quirks = XHCI_SKIP_PHY_INIT | XHCI_AVOID_BEI,