Searched refs:wake_count (Results 1 – 5 of 5) sorted by relevance
35 int wake_count; member151 if (d->wake_count < 0) in regmap_irq_sync_unlock()152 for (i = d->wake_count; i < 0; i++) in regmap_irq_sync_unlock()154 else if (d->wake_count > 0) in regmap_irq_sync_unlock()155 for (i = 0; i < d->wake_count; i++) in regmap_irq_sync_unlock()158 d->wake_count = 0; in regmap_irq_sync_unlock()191 d->wake_count++; in regmap_irq_set_wake()196 d->wake_count--; in regmap_irq_set_wake()
254 if (WARN_ON(domain->wake_count == 0)) in intel_uncore_fw_release_timer()255 domain->wake_count++; in intel_uncore_fw_release_timer()257 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()309 if (domain->wake_count) in intel_uncore_forcewake_reset()397 if (domain->wake_count++) in __intel_uncore_forcewake_get()464 if (WARN_ON(domain->wake_count == 0)) in __intel_uncore_forcewake_put()467 if (--domain->wake_count) in __intel_uncore_forcewake_put()470 domain->wake_count++; in __intel_uncore_forcewake_put()524 WARN_ON(domain->wake_count); in assert_forcewakes_inactive()704 if (domain->wake_count) { in __force_wake_get()[all …]
1451 fw_domain->wake_count); in i915_forcewake_domains()1513 forcewake_count = dev_priv->uncore.fw_domain[FW_DOMAIN_ID_RENDER].wake_count; in gen6_drpc_info()
722 unsigned wake_count; member
2991 int wake_count = 0; in binder_deferred_flush() local2999 wake_count++; in binder_deferred_flush()3006 wake_count); in binder_deferred_flush()