Searched refs:wake_count (Results 1 – 5 of 5) sorted by relevance
35 int wake_count; member180 if (d->wake_count < 0) in regmap_irq_sync_unlock()181 for (i = d->wake_count; i < 0; i++) in regmap_irq_sync_unlock()183 else if (d->wake_count > 0) in regmap_irq_sync_unlock()184 for (i = 0; i < d->wake_count; i++) in regmap_irq_sync_unlock()187 d->wake_count = 0; in regmap_irq_sync_unlock()252 d->wake_count++; in regmap_irq_set_wake()257 d->wake_count--; in regmap_irq_set_wake()
76 d->wake_count++; in fw_domain_arm_timer()350 if (WARN_ON(domain->wake_count == 0)) in intel_uncore_fw_release_timer()351 domain->wake_count++; in intel_uncore_fw_release_timer()353 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()600 if (domain->wake_count++) { in __intel_uncore_forcewake_get()717 if (WARN_ON(domain->wake_count == 0)) in __intel_uncore_forcewake_put()720 if (--domain->wake_count) { in __intel_uncore_forcewake_put()1337 WARN_ON(d->wake_count); in fw_domain_init()1342 d->wake_count = 0; in fw_domain_init()1379 WARN_ON(d->wake_count); in fw_domain_fini()
116 unsigned int wake_count; member
1490 READ_ONCE(fw_domain->wake_count)); in i915_forcewake_domains()
4818 int wake_count = 0; in binder_deferred_flush() local4827 wake_count++; in binder_deferred_flush()4834 wake_count); in binder_deferred_flush()