Lines Matching full:quirks
86 xhci->quirks |= XHCI_PLAT | priv->quirks; in xhci_plat_quirks()
126 .quirks = XHCI_RESET_ON_RESUME | XHCI_SUSPEND_RESUME_CLKS,
292 /* Iterate over all parent nodes for finding quirks */ in xhci_plat_probe()
296 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
299 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_plat_probe()
302 xhci->quirks |= XHCI_BROKEN_PORT_PED; in xhci_plat_probe()
322 if (priv && (priv->quirks & XHCI_SKIP_PHY_INIT)) in xhci_plat_probe()
325 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
326 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
444 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_suspend()
458 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_resume()