Lines Matching full:quirks
96 xhci->quirks |= XHCI_PLAT | priv->quirks; in xhci_plat_quirks()
137 .quirks = XHCI_RESET_ON_RESUME | XHCI_SUSPEND_RESUME_CLKS,
351 /* Iterate over all parent nodes for finding quirks */ in xhci_plat_probe()
355 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
358 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_plat_probe()
361 xhci->quirks |= XHCI_BROKEN_PORT_PED; in xhci_plat_probe()
364 xhci->quirks |= XHCI_SKIP_PHY_INIT; in xhci_plat_probe()
368 xhci->quirks |= XHCI_U2_BROKEN_SUSPEND; in xhci_plat_probe()
399 if ((xhci->quirks & XHCI_SKIP_PHY_INIT) || (priv && (priv->quirks & XHCI_SKIP_PHY_INIT))) in xhci_plat_probe()
402 if (priv && (priv->quirks & XHCI_SG_TRB_CACHE_SIZE_QUIRK)) in xhci_plat_probe()
403 xhci->quirks |= XHCI_SG_TRB_CACHE_SIZE_QUIRK; in xhci_plat_probe()
504 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_suspend()
518 if (!device_may_wakeup(dev) && (xhci->quirks & XHCI_SUSPEND_RESUME_CLKS)) { in xhci_plat_resume()