Home
last modified time | relevance | path

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

/sound/drivers/
A Dserial-u16550.c150 unsigned int timer_running:1; member
159 if (!uart->timer_running) { in snd_uart16550_add_timer()
162 uart->timer_running = 1; in snd_uart16550_add_timer()
168 if (uart->timer_running) { in snd_uart16550_del_timer()
170 uart->timer_running = 0; in snd_uart16550_del_timer()
367 uart->timer_running = 0; in snd_uart16550_do_open()
800 uart->timer_running = 0; in snd_uart16550_create()
/sound/core/
A Dpcm_timer.c65 substream->timer_running = 1; in snd_pcm_timer_start()
74 substream->timer_running = 0; in snd_pcm_timer_stop()
A Dpcm_lib.c1913 if (substream->timer_running) in snd_pcm_period_elapsed_under_stream_lock()
/sound/isa/sb/
A Demu8000_pcm.c56 unsigned int timer_running: 1; member
347 if (! rec->timer_running) { in start_voice()
349 rec->timer_running = 1; in start_voice()
366 if (rec->timer_running) { in stop_voice()
368 rec->timer_running = 0; in stop_voice()

Completed in 23 milliseconds