Home
last modified time | relevance | path

Searched refs:wake_count (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c
/linux/drivers/base/regmap/
H A Dregmap-irq.c31 int wake_count; member
194 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()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c153 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()
H A Dintel_uncore.h183 unsigned int wake_count; member
/linux/drivers/gpu/drm/i915/selftests/
H A Dintel_uncore.c225 if (!domain->wake_count) in live_forcewake_ops()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils.h260 u8 wake_count; member