Home
last modified time | relevance | path

Searched refs:timer_lock (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/sound/drivers/opl3/
Dopl3_lib.c151 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()
/linux-6.1.9/sound/isa/sb/
Demu8000_pcm.c58 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()
/linux-6.1.9/sound/drivers/mpu401/
Dmpu401_uart.c162 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()
/linux-6.1.9/drivers/md/
Ddm-delay.c29 struct mutex timer_lock; member
60 mutex_lock(&dc->timer_lock); in queue_timeout()
65 mutex_unlock(&dc->timer_lock); in queue_timeout()
134 mutex_destroy(&dc->timer_lock); in delay_dtr()
193 mutex_init(&dc->timer_lock); in delay_ctr()
/linux-6.1.9/drivers/input/gameport/
Dgameport.c178 spin_lock(&gameport->timer_lock); in gameport_start_polling()
186 spin_unlock(&gameport->timer_lock); in gameport_start_polling()
192 spin_lock(&gameport->timer_lock); in gameport_stop_polling()
197 spin_unlock(&gameport->timer_lock); in gameport_stop_polling()
540 spin_lock_init(&gameport->timer_lock); in gameport_init_port()
/linux-6.1.9/drivers/clk/mmp/
Dclk-of-pxa168.c155 static DEFINE_SPINLOCK(timer_lock);
176 …rent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock},
197 …K_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x3, 0x3, 0x0, 0, &timer_lock},
Dclk-of-mmp2.c231 static DEFINE_SPINLOCK(timer_lock);
245 …rent_names, ARRAY_SIZE(timer_parent_names), CLK_SET_RATE_PARENT, APBC_TIMER, 4, 3, 0, &timer_lock},
271 …K_TIMER, "timer_clk", "timer_mux", CLK_SET_RATE_PARENT, APBC_TIMER, 0x7, 0x3, 0x0, 0, &timer_lock},
/linux-6.1.9/include/sound/
Dmpu401.h80 spinlock_t timer_lock; member
Dopl3.h295 spinlock_t timer_lock; member
/linux-6.1.9/include/linux/
Dgameport.h36 spinlock_t timer_lock; member
/linux-6.1.9/Documentation/input/
Dgameport-programming.rst218 spinlock_t timer_lock;