Searched refs:wake_count (Results 1 – 6 of 6) sorted by relevance
31 int wake_count; member194 if (d->wake_count < 0) in regmap_irq_sync_unlock()195 for (i = d->wake_count; i < 0; i++) in regmap_irq_sync_unlock()197 else if (d->wake_count > 0) in regmap_irq_sync_unlock()198 for (i = 0; i < d->wake_count; i++) in regmap_irq_sync_unlock()201 d->wake_count = 0; in regmap_irq_sync_unlock()284 d->wake_count++; in regmap_irq_set_wake()289 d->wake_count--; in regmap_irq_set_wake()
153 d->wake_count++; in fw_domain_arm_timer()445 GEM_BUG_ON(!domain->wake_count); in intel_uncore_fw_release_timer()446 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()667 if (domain->wake_count++) { in __intel_uncore_forcewake_get()769 GEM_BUG_ON(!domain->wake_count); in __intel_uncore_forcewake_put()771 if (--domain->wake_count) { in __intel_uncore_forcewake_put()895 unsigned int actual = READ_ONCE(domain->wake_count); in assert_forcewakes_active()2081 d->wake_count = 0; in __fw_domain_init()2130 drm_WARN_ON(&uncore->i915->drm, d->wake_count); in fw_domain_fini()
183 unsigned int wake_count; member
225 if (!domain->wake_count) in live_forcewake_ops()
260 u8 wake_count; member