Home
last modified time | relevance | path

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

/drivers/base/regmap/
Dregmap-irq.c68 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()
/drivers/base/power/
Ddomain.c393 bool runtime_pm = pm_runtime_enabled(dev); in pm_genpd_runtime_suspend() local
411 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() local
493 if (timed && runtime_pm) in pm_genpd_runtime_resume()
500 if (timed && runtime_pm) { in pm_genpd_runtime_resume()
/drivers/mfd/
Dwm8994-irq.c140 .runtime_pm = true,
/drivers/usb/chipidea/
Dci_hdrc_imx.c28 bool runtime_pm; member