Searched defs:flags (Results 1 - 25 of 223) sorted by relevance

123456789

/sound/pci/emu10k1/
H A Demu10k1_synth.c36 unsigned long flags; local
71 spin_lock_irqsave(&hw->voice_lock, flags);
74 spin_unlock_irqrestore(&hw->voice_lock, flags);
85 unsigned long flags; local
93 spin_lock_irqsave(&hw->voice_lock, flags);
96 spin_unlock_irqrestore(&hw->voice_lock, flags);
H A Dtimer.c35 unsigned long flags; local
42 spin_lock_irqsave(&emu->reg_lock, flags);
45 spin_unlock_irqrestore(&emu->reg_lock, flags);
52 unsigned long flags; local
55 spin_lock_irqsave(&emu->reg_lock, flags);
57 spin_unlock_irqrestore(&emu->reg_lock, flags);
70 .flags = SNDRV_TIMER_HW_AUTO,
H A Dvoice.c117 unsigned long flags; local
125 spin_lock_irqsave(&emu->voice_lock, flags);
144 spin_unlock_irqrestore(&emu->voice_lock, flags);
154 unsigned long flags; local
158 spin_lock_irqsave(&emu->voice_lock, flags);
163 spin_unlock_irqrestore(&emu->voice_lock, flags);
/sound/core/
H A Disadma.c45 unsigned long flags; local
47 flags = claim_dma_lock();
55 release_dma_lock(flags);
68 unsigned long flags; local
70 flags = claim_dma_lock();
73 release_dma_lock(flags);
87 unsigned long flags; local
90 flags = claim_dma_lock();
103 release_dma_lock(flags);
H A Dtimer_compat.c26 u32 flags; member in struct:snd_timer_info32
50 if (t->hw.flags & SNDRV_TIMER_HW_SLAVE)
51 info.flags |= SNDRV_TIMER_FLG_SLAVE;
/sound/drivers/opl4/
H A Dopl4_mixer.c35 unsigned long flags; local
39 spin_lock_irqsave(&opl4->reg_lock, flags);
41 spin_unlock_irqrestore(&opl4->reg_lock, flags);
50 unsigned long flags; local
56 spin_lock_irqsave(&opl4->reg_lock, flags);
59 spin_unlock_irqrestore(&opl4->reg_lock, flags);
/sound/drivers/pcsp/
H A Dpcsp_input.c22 unsigned long flags; local
24 raw_spin_lock_irqsave(&i8253_lock, flags);
39 raw_spin_unlock_irqrestore(&i8253_lock, flags);
/sound/isa/gus/
H A Dgus_dram.c31 unsigned long flags; local
40 spin_lock_irqsave(&gus->reg_lock, flags);
44 spin_unlock_irqrestore(&gus->reg_lock, flags);
69 unsigned long flags; local
76 spin_lock_irqsave(&gus->reg_lock, flags);
81 spin_unlock_irqrestore(&gus->reg_lock, flags);
H A Dgus_dma.c29 unsigned long flags; local
31 spin_lock_irqsave(&gus->reg_lock, flags);
34 spin_unlock_irqrestore(&gus->reg_lock, flags);
43 unsigned long flags; local
84 spin_lock_irqsave(&gus->reg_lock, flags);
92 spin_unlock_irqrestore(&gus->reg_lock, flags);
200 unsigned long flags; local
220 spin_lock_irqsave(&gus->dma_lock, flags);
241 spin_unlock_irqrestore(&gus->dma_lock, flags);
248 spin_unlock_irqrestore(&gus->dma_lock, flags);
[all...]
H A Dgus_timer.c34 unsigned long flags; local
40 spin_lock_irqsave(&gus->reg_lock, flags);
46 spin_unlock_irqrestore(&gus->reg_lock, flags);
52 unsigned long flags; local
57 spin_lock_irqsave(&gus->reg_lock, flags);
60 spin_unlock_irqrestore(&gus->reg_lock, flags);
70 unsigned long flags; local
76 spin_lock_irqsave(&gus->reg_lock, flags);
82 spin_unlock_irqrestore(&gus->reg_lock, flags);
88 unsigned long flags; local
[all...]
H A Dgus_uart.c32 unsigned long flags; local
36 spin_lock_irqsave(&gus->uart_cmd_lock, flags);
39 spin_unlock_irqrestore(&gus->uart_cmd_lock, flags);
46 spin_unlock_irqrestore(&gus->uart_cmd_lock, flags);
51 spin_unlock_irqrestore(&gus->uart_cmd_lock, flags);
55 spin_unlock_irqrestore(&gus->uart_cmd_lock, flags);
66 unsigned long flags; local
72 spin_lock_irqsave(&gus->uart_cmd_lock, flags);
80 spin_unlock_irqrestore(&gus->uart_cmd_lock, flags);
94 unsigned long flags; local
113 unsigned long flags; local
146 unsigned long flags; local
161 unsigned long flags; local
177 unsigned long flags; local
194 unsigned long flags; local
[all...]
/sound/core/seq/oss/
H A Dseq_oss_writeq.c109 ev.flags = 0;
136 unsigned long flags; local
138 spin_lock_irqsave(&q->sync_lock, flags);
144 spin_unlock_irqrestore(&q->sync_lock, flags);
H A Dseq_oss_readq.c129 unsigned long flags; local
131 spin_lock_irqsave(&q->lock, flags);
133 spin_unlock_irqrestore(&q->lock, flags);
145 spin_unlock_irqrestore(&q->lock, flags);
H A Dseq_oss_rw.c50 unsigned long flags; local
56 snd_seq_oss_readq_lock(readq, flags);
60 snd_seq_oss_readq_unlock(readq, flags);
62 snd_seq_oss_readq_lock(readq, flags);
69 snd_seq_oss_readq_unlock(readq, flags);
74 snd_seq_oss_readq_unlock(readq, flags);
78 snd_seq_oss_readq_unlock(readq, flags);
/sound/core/seq/
H A Dseq_fifo.c98 unsigned long flags; local
104 spin_lock_irqsave(&f->lock, flags);
109 spin_unlock_irqrestore(&f->lock, flags);
118 unsigned long flags; local
134 spin_lock_irqsave(&f->lock, flags);
141 spin_unlock_irqrestore(&f->lock, flags);
177 unsigned long flags; local
185 spin_lock_irqsave(&f->lock, flags);
189 spin_unlock_irqrestore(&f->lock, flags);
199 spin_unlock_irqrestore(&f->lock, flags);
213 unsigned long flags; local
236 unsigned long flags; local
[all...]
H A Dseq_queue.h48 unsigned int flags; /* status flags */ member in struct:snd_seq_queue
74 int snd_seq_queue_alloc(int client, int locked, unsigned int flags);
H A Dseq_compat.c40 u32 flags; /* misc. conditioning */ member in struct:snd_seq_port_info32
56 if (get_user(data->flags, &data32->flags) ||
68 put_user(data->flags, &data32->flags) ||
H A Dseq_prioq.c106 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) {
123 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) {
152 unsigned long flags; local
159 /* check flags */
160 prior = (cell->event.flags & SNDRV_SEQ_PRIORITY_MASK);
162 spin_lock_irqsave(&f->lock, flags);
174 spin_unlock_irqrestore(&f->lock, flags);
199 spin_unlock_irqrestore(&f->lock, flags);
215 spin_unlock_irqrestore(&f->lock, flags);
223 unsigned long flags; local
295 unsigned long flags; local
405 unsigned long flags; local
[all...]
/sound/drivers/vx/
H A Dvx_uer.c63 unsigned long flags; local
65 spin_lock_irqsave(&chip->lock, flags);
75 spin_unlock_irqrestore(&chip->lock, flags);
86 unsigned long flags; local
88 spin_lock_irqsave(&chip->lock, flags);
96 spin_unlock_irqrestore(&chip->lock, flags);
193 unsigned long flags; local
197 spin_lock_irqsave(&chip->lock, flags);
200 spin_unlock_irqrestore(&chip->lock, flags);
212 unsigned long flags; local
[all...]
/sound/isa/sb/
H A Dsb8_midi.c65 unsigned long flags; local
72 spin_lock_irqsave(&chip->open_lock, flags);
74 spin_unlock_irqrestore(&chip->open_lock, flags);
80 spin_unlock_irqrestore(&chip->open_lock, flags);
85 spin_unlock_irqrestore(&chip->open_lock, flags);
92 unsigned long flags; local
99 spin_lock_irqsave(&chip->open_lock, flags);
101 spin_unlock_irqrestore(&chip->open_lock, flags);
107 spin_unlock_irqrestore(&chip->open_lock, flags);
112 spin_unlock_irqrestore(&chip->open_lock, flags);
119 unsigned long flags; local
137 unsigned long flags; local
155 unsigned long flags; local
178 unsigned long flags; local
216 unsigned long flags; local
227 unsigned long flags; local
[all...]
/sound/oss/
H A Dsb_midi.c37 unsigned long flags; local
42 spin_lock_irqsave(&devc->lock, flags);
45 spin_unlock_irqrestore(&devc->lock, flags);
49 spin_unlock_irqrestore(&devc->lock, flags);
74 unsigned long flags; local
79 spin_lock_irqsave(&devc->lock, flags);
84 spin_unlock_irqrestore(&devc->lock, flags);
129 unsigned long flags; local
135 spin_lock_irqsave(&devc->lock, flags);
141 spin_unlock_irqrestore(&devc->lock, flags);
[all...]
/sound/pci/ca0106/
H A Dca0106_proc.c300 unsigned long flags; local
307 spin_lock_irqsave(&emu->emu_lock, flags);
309 spin_unlock_irqrestore(&emu->emu_lock, flags);
319 unsigned long flags; local
323 spin_lock_irqsave(&emu->emu_lock, flags);
325 spin_unlock_irqrestore(&emu->emu_lock, flags);
335 unsigned long flags; local
339 spin_lock_irqsave(&emu->emu_lock, flags);
341 spin_unlock_irqrestore(&emu->emu_lock, flags);
351 unsigned long flags; local
[all...]
/sound/synth/emux/
H A Demux.c144 unsigned long flags; local
149 spin_lock_irqsave(&emu->voice_lock, flags);
152 spin_unlock_irqrestore(&emu->voice_lock, flags);
/sound/usb/6fire/
H A Dmidi.c27 unsigned long flags; local
29 spin_lock_irqsave(&rt->out_lock, flags);
46 spin_unlock_irqrestore(&rt->out_lock, flags);
52 unsigned long flags; local
54 spin_lock_irqsave(&rt->in_lock, flags);
57 spin_unlock_irqrestore(&rt->in_lock, flags);
76 unsigned long flags; local
78 spin_lock_irqsave(&rt->out_lock, flags);
81 spin_unlock_irqrestore(&rt->out_lock, flags);
101 spin_unlock_irqrestore(&rt->out_lock, flags);
127 unsigned long flags; local
[all...]
/sound/drivers/opl3/
H A Dopl3_seq.c84 unsigned long flags; local
88 spin_lock_irqsave(&opl3->sys_timer_lock, flags);
93 spin_unlock_irqrestore(&opl3->sys_timer_lock, flags);

Completed in 170 milliseconds

123456789