Searched refs:timer_lock (Results 1 – 3 of 3) sorted by relevance
/sound/drivers/opl3/ |
D | opl3_lib.c | 151 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer1_start() 157 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer1_start() 168 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer1_stop() 172 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer1_stop() 188 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer2_start() 194 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer2_start() 205 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer2_stop() 209 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer2_stop() 351 spin_lock_init(&opl3->timer_lock); in snd_opl3_new()
|
/sound/isa/sb/ |
D | emu8000_pcm.c | 58 spinlock_t timer_lock; member 188 spin_lock(&rec->timer_lock); in emu8k_pcm_timer_func() 204 spin_unlock(&rec->timer_lock); in emu8k_pcm_timer_func() 208 spin_unlock(&rec->timer_lock); in emu8k_pcm_timer_func() 230 spin_lock_init(&rec->timer_lock); in emu8k_pcm_open() 346 spin_lock_irqsave(&rec->timer_lock, flags); in start_voice() 351 spin_unlock_irqrestore(&rec->timer_lock, flags); in start_voice() 365 spin_lock_irqsave(&rec->timer_lock, flags); in stop_voice() 370 spin_unlock_irqrestore(&rec->timer_lock, flags); in stop_voice()
|
/sound/drivers/mpu401/ |
D | mpu401_uart.c | 162 spin_lock_irqsave(&mpu->timer_lock, flags); in snd_mpu401_uart_timer() 165 spin_unlock_irqrestore(&mpu->timer_lock, flags); in snd_mpu401_uart_timer() 177 spin_lock_irqsave (&mpu->timer_lock, flags); in snd_mpu401_uart_add_timer() 184 spin_unlock_irqrestore (&mpu->timer_lock, flags); in snd_mpu401_uart_add_timer() 194 spin_lock_irqsave (&mpu->timer_lock, flags); in snd_mpu401_uart_remove_timer() 201 spin_unlock_irqrestore (&mpu->timer_lock, flags); in snd_mpu401_uart_remove_timer() 546 spin_lock_init(&mpu->timer_lock); in snd_mpu401_uart_new()
|