Searched refs:wake_count (Results 1 – 5 of 5) sorted by relevance
35 int wake_count; member130 if (d->wake_count < 0) in regmap_irq_sync_unlock()131 for (i = d->wake_count; i < 0; i++) in regmap_irq_sync_unlock()133 else if (d->wake_count > 0) in regmap_irq_sync_unlock()134 for (i = 0; i < d->wake_count; i++) in regmap_irq_sync_unlock()137 d->wake_count = 0; in regmap_irq_sync_unlock()170 d->wake_count++; in regmap_irq_set_wake()175 d->wake_count--; in regmap_irq_set_wake()
255 if (WARN_ON(domain->wake_count == 0)) in intel_uncore_fw_release_timer()256 domain->wake_count++; in intel_uncore_fw_release_timer()258 if (--domain->wake_count == 0) in intel_uncore_fw_release_timer()310 if (domain->wake_count) in intel_uncore_forcewake_reset()416 if (domain->wake_count++) in intel_uncore_forcewake_get()449 if (WARN_ON(domain->wake_count == 0)) in intel_uncore_forcewake_put()452 if (--domain->wake_count) in intel_uncore_forcewake_put()455 domain->wake_count++; in intel_uncore_forcewake_put()471 WARN_ON(domain->wake_count); in assert_forcewakes_inactive()651 if (domain->wake_count) { in __force_wake_get()[all …]
1367 fw_domain->wake_count); in i915_forcewake_domains()1429 forcewake_count = dev_priv->uncore.fw_domain[FW_DOMAIN_ID_RENDER].wake_count; in gen6_drpc_info()
648 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()