timer_enabled     131 drivers/gpu/drm/i915/i915_pmu.c 	pmu->timer_enabled = pmu_needs_timer(pmu, false);
timer_enabled     137 drivers/gpu/drm/i915/i915_pmu.c 	if (!pmu->timer_enabled && pmu_needs_timer(pmu, true)) {
timer_enabled     138 drivers/gpu/drm/i915/i915_pmu.c 		pmu->timer_enabled = true;
timer_enabled     262 drivers/gpu/drm/i915/i915_pmu.c 	if (!READ_ONCE(pmu->timer_enabled))
timer_enabled     686 drivers/gpu/drm/i915/i915_pmu.c 		pmu->timer_enabled &= pmu_needs_timer(pmu, true);
timer_enabled      89 drivers/gpu/drm/i915/i915_pmu.h 	bool timer_enabled;
timer_enabled      58 drivers/watchdog/pc87413_wdt.c static unsigned long timer_enabled;	/* is the timer enabled? */
timer_enabled     274 drivers/watchdog/pc87413_wdt.c 	if (test_and_set_bit(0, &timer_enabled))
timer_enabled     311 drivers/watchdog/pc87413_wdt.c 	clear_bit(0, &timer_enabled);
timer_enabled      78 drivers/watchdog/smsc37b787_wdt.c static unsigned long timer_enabled;   /* is the timer enabled? */
timer_enabled     353 drivers/watchdog/smsc37b787_wdt.c 	if (test_and_set_bit(0, &timer_enabled))
timer_enabled     382 drivers/watchdog/smsc37b787_wdt.c 	clear_bit(0, &timer_enabled);
timer_enabled     354 include/sound/gus.h 	unsigned short timer_enabled;
timer_enabled      33 sound/isa/gus/gus_reset.c 	snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~4);
timer_enabled      38 sound/isa/gus/gus_reset.c 	snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~8);
timer_enabled      27 sound/isa/gus/gus_timer.c 	tmp = (gus->gf1.timer_enabled |= 4);
timer_enabled      43 sound/isa/gus/gus_timer.c 	tmp = (gus->gf1.timer_enabled &= ~4);
timer_enabled      63 sound/isa/gus/gus_timer.c 	tmp = (gus->gf1.timer_enabled |= 8);
timer_enabled      79 sound/isa/gus/gus_timer.c 	tmp = (gus->gf1.timer_enabled &= ~8);