• Home
  • Raw
  • Download

Lines Matching refs:flags

78 	unsigned long flags;  in snd_seq_timer_defaults()  local
80 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_defaults()
96 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_defaults()
111 unsigned long flags; in snd_seq_timer_reset() local
113 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_reset()
115 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_reset()
124 unsigned long flags; in snd_seq_timer_interrupt() local
133 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_interrupt()
135 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_interrupt()
155 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_interrupt()
164 unsigned long flags; in snd_seq_timer_set_tempo() local
170 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_set_tempo()
175 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_tempo()
183 unsigned long flags; in snd_seq_timer_set_tempo_ppq() local
189 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_set_tempo_ppq()
193 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_tempo_ppq()
202 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_tempo_ppq()
210 unsigned long flags; in snd_seq_timer_set_position_tick() local
215 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_set_position_tick()
218 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_position_tick()
226 unsigned long flags; in snd_seq_timer_set_position_time() local
232 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_set_position_time()
234 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_position_time()
242 unsigned long flags; in snd_seq_timer_set_skew() local
252 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_set_skew()
254 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_set_skew()
294 t->flags |= SNDRV_TIMER_IFLG_AUTO; in snd_seq_timer_open()
331 unsigned long flags; in snd_seq_timer_stop() local
334 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_stop()
336 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_stop()
358 if (!(t->hw.flags & SNDRV_TIMER_HW_SLAVE)) { in initialize_timer()
387 unsigned long flags; in snd_seq_timer_start() local
390 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_start()
392 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_start()
415 unsigned long flags; in snd_seq_timer_continue() local
418 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_continue()
420 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_continue()
428 unsigned long flags; in snd_seq_timer_get_cur_time() local
430 spin_lock_irqsave(&tmr->lock, flags); in snd_seq_timer_get_cur_time()
441 spin_unlock_irqrestore(&tmr->lock, flags); in snd_seq_timer_get_cur_time()