Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dregmap-irq.c81 if (d->chip->runtime_pm) { in regmap_irq_sync_unlock()
176 if (d->chip->runtime_pm) in regmap_irq_sync_unlock()
284 if (chip->runtime_pm) { in regmap_irq_thread()
343 if (chip->runtime_pm) in regmap_irq_thread()
378 if (chip->runtime_pm) in regmap_irq_thread()
/Linux-v4.19/Documentation/power/
D00-INDEX25 runtime_pm.txt
Dpci.txt12 Documentation/power/runtime_pm.txt.
353 (runtime PM) framework described in Documentation/power/runtime_pm.txt.
1076 Documentation/power/runtime_pm.txt.
1083 Documentation/power/runtime_pm.txt.
1094 Documentation/power/runtime_pm.txt
/Linux-v4.19/drivers/mfd/
Dwm8994-irq.c140 .runtime_pm = true,
/Linux-v4.19/drivers/base/power/
Ddomain.c674 bool runtime_pm = pm_runtime_enabled(dev); in genpd_runtime_suspend() local
692 if (runtime_pm && suspend_ok && !suspend_ok(dev)) in genpd_runtime_suspend()
697 if (runtime_pm) in genpd_runtime_suspend()
711 if (runtime_pm) { in genpd_runtime_suspend()
748 bool runtime_pm = pm_runtime_enabled(dev); in genpd_runtime_resume() local
779 if (timed && runtime_pm) in genpd_runtime_resume()
791 if (timed && runtime_pm) { in genpd_runtime_resume()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_drv.h1384 return dev_priv->runtime_pm.irqs_enabled; in intel_irqs_enabled()
1975 WARN_ONCE(dev_priv->runtime_pm.suspended, in assert_rpm_device_not_suspended()
1983 WARN_ONCE(!atomic_read(&dev_priv->runtime_pm.wakeref_count), in assert_rpm_wakelock_held()
2008 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in disable_rpm_wakeref_asserts()
2025 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in enable_rpm_wakeref_asserts()
Di915_drv.c2637 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_suspend()
2642 dev_priv->runtime_pm.suspended = true; in intel_runtime_suspend()
2688 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_resume()
2692 dev_priv->runtime_pm.suspended = false; in intel_runtime_resume()
Dintel_runtime_pm.c210 if (dev_priv->runtime_pm.suspended) in __intel_display_power_is_enabled()
3700 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get()
3733 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_if_in_use()
3764 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_noresume()
3781 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_put()
Di915_irq.c4931 dev_priv->runtime_pm.irqs_enabled = true; in intel_irq_install()
4947 dev_priv->runtime_pm.irqs_enabled = false; in intel_irq_uninstall()
4960 dev_priv->runtime_pm.irqs_enabled = false; in intel_runtime_pm_disable_interrupts()
4973 dev_priv->runtime_pm.irqs_enabled = true; in intel_runtime_pm_enable_interrupts()
Di915_gpu_error.c1736 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen_state()
1737 error->suspended = i915->runtime_pm.suspended; in capture_gen_state()
Di915_drv.h1913 struct i915_runtime_pm runtime_pm; member
Dintel_pm.c9643 dev_priv->runtime_pm.suspended = false; in intel_pm_setup()
9644 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()
/Linux-v4.19/include/linux/
Dregmap.h1154 bool runtime_pm:1; member
/Linux-v4.19/Documentation/driver-api/pm/
Ddevices.rst222 :file:`Documentation/power/runtime_pm.txt`.
725 :file:`Documentation/power/runtime_pm.txt` for more information). If an
792 the full-power state, as explained in :file:`Documentation/power/runtime_pm.txt`.
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt16 See also Documentation/power/runtime_pm.txt, pci=noacpi