Lines Matching full:quirks
81 xhci->quirks |= priv->quirks; in xhci_plat_quirks()
113 .quirks = XHCI_RESET_ON_RESUME | XHCI_SUSPEND_RESUME_CLKS,
241 /* Iterate over all parent nodes for finding quirks */ in xhci_plat_probe()
245 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
248 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_plat_probe()
251 xhci->quirks |= XHCI_BROKEN_PORT_PED; in xhci_plat_probe()
254 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
281 if (priv && (priv->quirks & XHCI_SKIP_PHY_INIT)) in xhci_plat_probe()
284 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
285 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
459 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_suspend()
473 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_resume_common()
500 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_resume_common()