Searched refs:wakeref_count (Results 1 – 6 of 6) sorted by relevance
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()
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()
2637 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_suspend()2688 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count)); in intel_runtime_resume()
1736 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen_state()
1254 atomic_t wakeref_count; member
9644 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()