Searched refs:timer_enabled (Results 1 - 7 of 7) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c292 if (!pmu->timer_enabled && pmu_needs_timer(pmu)) {
293 pmu->timer_enabled = true;
318 pmu->timer_enabled = false;
490 if (!READ_ONCE(pmu->timer_enabled))
818 pmu->timer_enabled &= pmu_needs_timer(pmu);
H A Di915_pmu.h119 * @timer_enabled: Should the internal sampling timer be running.
121 bool timer_enabled; member in struct:i915_pmu
/linux-master/drivers/watchdog/
H A Dpc87413_wdt.c58 static unsigned long timer_enabled; /* is the timer enabled? */ variable
274 if (test_and_set_bit(0, &timer_enabled))
311 clear_bit(0, &timer_enabled);
H A Dsmsc37b787_wdt.c78 static unsigned long timer_enabled; /* is the timer enabled? */ variable
353 if (test_and_set_bit(0, &timer_enabled))
382 clear_bit(0, &timer_enabled);
/linux-master/sound/isa/gus/
H A Dgus_reset.c31 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~4);
36 snd_gf1_i_write8(gus, SNDRV_GF1_GB_SOUND_BLASTER_CONTROL, gus->gf1.timer_enabled &= ~8);
H A Dgus_timer.c27 tmp = (gus->gf1.timer_enabled |= 4);
43 tmp = (gus->gf1.timer_enabled &= ~4);
63 tmp = (gus->gf1.timer_enabled |= 8);
79 tmp = (gus->gf1.timer_enabled &= ~8);
/linux-master/include/sound/
H A Dgus.h354 unsigned short timer_enabled; member in struct:snd_gf1

Completed in 317 milliseconds