Home
last modified time | relevance | path

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

/sound/core/
Dpcm_timer.c80 substream->timer_running = 1; in snd_pcm_timer_start()
89 substream->timer_running = 0; in snd_pcm_timer_stop()
Dpcm_lib.c1819 if (substream->timer_running) in snd_pcm_period_elapsed()
/sound/drivers/
Dserial-u16550.c165 unsigned int timer_running:1; member
174 if (!uart->timer_running) { in snd_uart16550_add_timer()
177 uart->timer_running = 1; in snd_uart16550_add_timer()
183 if (uart->timer_running) { in snd_uart16550_del_timer()
185 uart->timer_running = 0; in snd_uart16550_del_timer()
382 uart->timer_running = 0; in snd_uart16550_do_open()
833 uart->timer_running = 0; in snd_uart16550_create()
/sound/isa/sb/
Demu8000_pcm.c69 unsigned int timer_running: 1; member
360 if (! rec->timer_running) { in start_voice()
362 rec->timer_running = 1; in start_voice()
379 if (rec->timer_running) { in stop_voice()
381 rec->timer_running = 0; in stop_voice()
/sound/oss/
Dad1848.c100 int timer_running; member
1176 if (dev == timer_installed && devc->timer_running) in ad1848_prepare_for_output()
1289 if (dev == timer_installed && devc->timer_running) in ad1848_prepare_for_input()
1572 devc->timer_running = 0; in ad1848_detect()
2251 if (timer_installed == dev && devc->timer_running) in adintr()
2731 devc->timer_running = 1; in ad1848_tmr_start()
2755 devc->timer_running = 0; in ad1848_tmr_disable()
2769 devc->timer_running = 1; in ad1848_tmr_restart()