Home
last modified time | relevance | path

Searched refs:sys_timer_lock (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/drivers/opl3/
Dopl3_seq.c89 spin_lock_irqsave(&opl3->sys_timer_lock, flags); in snd_opl3_synth_cleanup()
94 spin_unlock_irqrestore(&opl3->sys_timer_lock, flags); in snd_opl3_synth_cleanup()
253 spin_lock_init(&opl3->sys_timer_lock); in snd_opl3_seq_new_device()
Dopl3_midi.c260 spin_lock_irqsave(&opl3->sys_timer_lock, flags); in snd_opl3_timer_func()
267 spin_unlock_irqrestore(&opl3->sys_timer_lock, flags); in snd_opl3_timer_func()
276 spin_lock_irqsave(&opl3->sys_timer_lock, flags); in snd_opl3_start_timer()
282 spin_unlock_irqrestore(&opl3->sys_timer_lock, flags); in snd_opl3_start_timer()
/linux-3.4.99/include/sound/
Dopl3.h351 spinlock_t sys_timer_lock; /* Lock for system timer access */ member