Searched refs:runtime_pm (Results 1 – 4 of 4) sorted by relevance
68 if (d->chip->runtime_pm) { in regmap_irq_sync_unlock()147 if (d->chip->runtime_pm) in regmap_irq_sync_unlock()219 if (chip->runtime_pm) { in regmap_irq_thread()278 if (chip->runtime_pm) in regmap_irq_thread()313 if (chip->runtime_pm) in regmap_irq_thread()
393 bool runtime_pm = pm_runtime_enabled(dev); in pm_genpd_runtime_suspend() local411 if (runtime_pm && stop_ok && !stop_ok(dev)) in pm_genpd_runtime_suspend()415 if (runtime_pm) in pm_genpd_runtime_suspend()429 if (runtime_pm) { in pm_genpd_runtime_suspend()466 bool runtime_pm = pm_runtime_enabled(dev); in pm_genpd_runtime_resume() local493 if (timed && runtime_pm) in pm_genpd_runtime_resume()500 if (timed && runtime_pm) { in pm_genpd_runtime_resume()
140 .runtime_pm = true,
28 bool runtime_pm; member