Searched refs:wake_count (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/base/regmap/
H A Dregmap-irq.c35 int wake_count; member in struct:regmap_irq_chip_data
151 if (d->wake_count < 0) regmap_irq_sync_unlock()
152 for (i = d->wake_count; i < 0; i++) regmap_irq_sync_unlock()
154 else if (d->wake_count > 0) regmap_irq_sync_unlock()
155 for (i = 0; i < d->wake_count; i++) regmap_irq_sync_unlock()
158 d->wake_count = 0; regmap_irq_sync_unlock()
191 d->wake_count++; regmap_irq_set_wake()
196 d->wake_count--; regmap_irq_set_wake()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_uncore.c254 if (WARN_ON(domain->wake_count == 0)) intel_uncore_fw_release_timer()
255 domain->wake_count++; intel_uncore_fw_release_timer()
257 if (--domain->wake_count == 0) intel_uncore_fw_release_timer()
309 if (domain->wake_count)
397 if (domain->wake_count++) for_each_fw_domain_mask()
464 if (WARN_ON(domain->wake_count == 0)) for_each_fw_domain_mask()
467 if (--domain->wake_count) for_each_fw_domain_mask()
470 domain->wake_count++; for_each_fw_domain_mask()
524 WARN_ON(domain->wake_count); assert_forcewakes_inactive()
704 if (domain->wake_count) { for_each_fw_domain_mask()
709 domain->wake_count++; for_each_fw_domain_mask()
1069 WARN_ON(d->wake_count); fw_domain_init()
1071 d->wake_count = 0; fw_domain_init()
H A Di915_debugfs.c1449 seq_printf(m, "%s.wake_count = %u\n", for_each_fw_domain()
1451 fw_domain->wake_count); for_each_fw_domain()
1513 forcewake_count = dev_priv->uncore.fw_domain[FW_DOMAIN_ID_RENDER].wake_count; gen6_drpc_info()
H A Di915_drv.h722 unsigned wake_count; member in struct:intel_uncore::intel_uncore_forcewake_domain
/linux-4.4.14/drivers/android/
H A Dbinder.c2991 int wake_count = 0; binder_deferred_flush() local
2999 wake_count++; binder_deferred_flush()
3006 wake_count); binder_deferred_flush()

Completed in 244 milliseconds