/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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() 202 mutex_init(&dc->timer_lock); in delay_ctr()
|
/linux-4.4.14/drivers/clk/mmp/ |
D | clk-of-pxa168.c | 125 static DEFINE_SPINLOCK(timer_lock); 139 …rent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock}, 161 …K_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x3, 0x3, 0x0, 0, &timer_lock},
|
D | clk-of-mmp2.c | 136 static DEFINE_SPINLOCK(timer_lock); 150 …rent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock}, 176 …K_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x7, 0x3, 0x0, 0, &timer_lock},
|
/linux-4.4.14/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.4.14/drivers/staging/media/lirc/ |
D | lirc_sir.c | 127 static DEFINE_SPINLOCK(timer_lock); 416 spin_lock_irqsave(&timer_lock, flags); in sir_timeout() 430 spin_unlock_irqrestore(&timer_lock, flags); in sir_timeout() 458 spin_lock_irqsave(&timer_lock, flags); in sir_interrupt() 514 spin_unlock_irqrestore(&timer_lock, flags); in sir_interrupt()
|
/linux-4.4.14/include/sound/ |
D | mpu401.h | 95 spinlock_t timer_lock; member
|
D | opl3.h | 313 spinlock_t timer_lock; member
|
/linux-4.4.14/include/linux/ |
D | gameport.h | 39 spinlock_t timer_lock; member
|