Home
last modified time | relevance | path

Searched refs:timer_running (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
H A Dpcm_timer.c65 substream->timer_running = 1; in snd_pcm_timer_start()
74 substream->timer_running = 0; in snd_pcm_timer_stop()
H A Dpcm_lib.c1913 if (substream->timer_running) in snd_pcm_period_elapsed_under_stream_lock()
/linux/sound/isa/sb/
H A Demu8000_pcm.c56 unsigned int timer_running: 1; member
348 if (! rec->timer_running) { in start_voice()
350 rec->timer_running = 1; in start_voice()
365 if (rec->timer_running) { in stop_voice()
367 rec->timer_running = 0; in stop_voice()
/linux/drivers/comedi/drivers/
H A Ddas16.c440 unsigned int timer_running:1; member
528 if (devpriv->timer_running) in das16_timer_interrupt()
741 devpriv->timer_running = 1; in das16_cmd_exec()
777 if (devpriv->timer_running) { in das16_cancel()
778 devpriv->timer_running = 0; in das16_cancel()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c501 if (vcpu->arch.timer_running) { in kvmppc_end_cede()
503 vcpu->arch.timer_running = 0; in kvmppc_end_cede()