Searched refs:timer_lock (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | console.c | 42 static DEFINE_SPINLOCK(timer_lock); 59 spin_lock_bh(&timer_lock); in rs_open() 65 spin_unlock_bh(&timer_lock); in rs_open() 83 spin_lock_bh(&timer_lock); in rs_close() 86 spin_unlock_bh(&timer_lock); in rs_close() 106 spin_lock(&timer_lock); in rs_poll() 120 spin_unlock(&timer_lock); in rs_poll()
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_lib.c | 166 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer1_start() 172 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer1_start() 183 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer1_stop() 187 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer1_stop() 203 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer2_start() 209 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer2_start() 220 spin_lock_irqsave(&opl3->timer_lock, flags); in snd_opl3_timer2_stop() 224 spin_unlock_irqrestore(&opl3->timer_lock, flags); in snd_opl3_timer2_stop() 366 spin_lock_init(&opl3->timer_lock); in snd_opl3_new()
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_pcm.c | 69 spinlock_t timer_lock; member 199 spin_lock(&rec->timer_lock); in emu8k_pcm_timer_func() 215 spin_unlock(&rec->timer_lock); in emu8k_pcm_timer_func() 219 spin_unlock(&rec->timer_lock); in emu8k_pcm_timer_func() 241 spin_lock_init(&rec->timer_lock); in emu8k_pcm_open() 357 spin_lock_irqsave(&rec->timer_lock, flags); in start_voice() 362 spin_unlock_irqrestore(&rec->timer_lock, flags); in start_voice() 376 spin_lock_irqsave(&rec->timer_lock, flags); in stop_voice() 381 spin_unlock_irqrestore(&rec->timer_lock, flags); in stop_voice()
|
/linux-4.1.27/sound/drivers/mpu401/ |
D | mpu401_uart.c | 177 spin_lock_irqsave(&mpu->timer_lock, flags); in snd_mpu401_uart_timer() 180 spin_unlock_irqrestore(&mpu->timer_lock, flags); in snd_mpu401_uart_timer() 192 spin_lock_irqsave (&mpu->timer_lock, flags); in snd_mpu401_uart_add_timer() 200 spin_unlock_irqrestore (&mpu->timer_lock, flags); in snd_mpu401_uart_add_timer() 210 spin_lock_irqsave (&mpu->timer_lock, flags); in snd_mpu401_uart_remove_timer() 217 spin_unlock_irqrestore (&mpu->timer_lock, flags); in snd_mpu401_uart_remove_timer() 556 spin_lock_init(&mpu->timer_lock); in snd_mpu401_uart_new()
|
/linux-4.1.27/drivers/md/ |
D | dm-delay.c | 22 struct mutex timer_lock; member 56 mutex_lock(&dc->timer_lock); in queue_timeout() 61 mutex_unlock(&dc->timer_lock); in queue_timeout() 195 mutex_init(&dc->timer_lock); in delay_ctr()
|
/linux-4.1.27/drivers/input/gameport/ |
D | gameport.c | 182 spin_lock(&gameport->timer_lock); in gameport_start_polling() 190 spin_unlock(&gameport->timer_lock); in gameport_start_polling() 196 spin_lock(&gameport->timer_lock); in gameport_stop_polling() 201 spin_unlock(&gameport->timer_lock); in gameport_stop_polling() 544 spin_lock_init(&gameport->timer_lock); in gameport_init_port()
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_sir.c | 127 static DEFINE_SPINLOCK(timer_lock); 430 spin_lock_irqsave(&timer_lock, flags); in sir_timeout() 442 spin_unlock_irqrestore(&timer_lock, flags); in sir_timeout() 470 spin_lock_irqsave(&timer_lock, flags); in sir_interrupt() 529 spin_unlock_irqrestore(&timer_lock, flags); in sir_interrupt()
|
/linux-4.1.27/include/sound/ |
D | mpu401.h | 95 spinlock_t timer_lock; member
|
D | opl3.h | 313 spinlock_t timer_lock; member
|
/linux-4.1.27/include/linux/ |
D | gameport.h | 39 spinlock_t timer_lock; member
|