Searched refs:runtime_pm (Results 1 – 15 of 15) sorted by relevance
81 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()
25 runtime_pm.txt
12 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
140 .runtime_pm = true,
674 bool runtime_pm = pm_runtime_enabled(dev); in genpd_runtime_suspend() local692 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() local779 if (timed && runtime_pm) in genpd_runtime_resume()791 if (timed && runtime_pm) { in genpd_runtime_resume()
1384 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()
2637 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()
210 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()
4931 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()
1736 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen_state()1737 error->suspended = i915->runtime_pm.suspended; in capture_gen_state()
1913 struct i915_runtime_pm runtime_pm; member
9643 dev_priv->runtime_pm.suspended = false; in intel_pm_setup()9644 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()
1154 bool runtime_pm:1; member
222 :file:`Documentation/power/runtime_pm.txt`.725 :file:`Documentation/power/runtime_pm.txt` for more information). If an792 the full-power state, as explained in :file:`Documentation/power/runtime_pm.txt`.
16 See also Documentation/power/runtime_pm.txt, pci=noacpi