Home
last modified time | relevance | path

Searched refs:wakeref_count (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_drv.h1799 WARN_ONCE(!atomic_read(&dev_priv->runtime_pm.wakeref_count), in assert_rpm_wakelock_held()
1824 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in disable_rpm_wakeref_asserts()
1841 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in enable_rpm_wakeref_asserts()
H A Dintel_runtime_pm.c3147 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get()
3182 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_if_in_use()
3218 atomic_inc(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_get_noresume()
3235 atomic_dec(&dev_priv->runtime_pm.wakeref_count); in intel_runtime_pm_put()
H A Di915_drv.c2627 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count));
2678 WARN_ON_ONCE(atomic_read(&dev_priv->runtime_pm.wakeref_count));
H A Di915_drv.h1924 atomic_t wakeref_count; member
H A Dintel_pm.c9428 atomic_set(&dev_priv->runtime_pm.wakeref_count, 0); in intel_pm_setup()