Home
last modified time | relevance | path

Searched refs:nonblock (Results 1 – 10 of 10) sorted by relevance

/sound/core/seq/
Dseq_memory.c224 int nonblock, struct file *file, in snd_seq_cell_alloc() argument
244 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc()
295 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument
313 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup()
339 err = snd_seq_cell_alloc(pool, &tmp, nonblock, file, in snd_seq_event_dup()
Dseq_fifo.h57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
Dseq_fifo.c176 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument
189 if (nonblock) { in snd_seq_fifo_cell_out()
Dseq_memory.h69 struct snd_seq_event_cell **cellp, int nonblock,
Dseq_clientmgr.c433 int nonblock; in snd_seq_read() local
435 nonblock = (file->f_flags & O_NONBLOCK) || result > 0; in snd_seq_read()
436 if ((err = snd_seq_fifo_cell_out(fifo, &cell, nonblock)) < 0) { in snd_seq_read()
/sound/core/
Dpcm_lib.c2023 int nonblock, in snd_pcm_lib_write1() argument
2060 if (nonblock) { in snd_pcm_lib_write1()
2139 int nonblock; in snd_pcm_lib_write() local
2146 nonblock = !!(substream->f_flags & O_NONBLOCK); in snd_pcm_lib_write()
2151 return snd_pcm_lib_write1(substream, (unsigned long)buf, size, nonblock, in snd_pcm_lib_write()
2202 int nonblock; in snd_pcm_lib_writev() local
2209 nonblock = !!(substream->f_flags & O_NONBLOCK); in snd_pcm_lib_writev()
2214 nonblock, snd_pcm_lib_writev_transfer); in snd_pcm_lib_writev()
2241 int nonblock, in snd_pcm_lib_read1() argument
2290 if (nonblock) { in snd_pcm_lib_read1()
[all …]
Dpcm_native.c1672 int nonblock = 0; in snd_pcm_drain() local
1691 nonblock = 1; in snd_pcm_drain()
1693 nonblock = 1; in snd_pcm_drain()
1706 if (nonblock) { in snd_pcm_drain()
/sound/oss/
Dsequencer.c76 static int seq_queue(unsigned char *note, char nonblock);
327 static int seq_queue(unsigned char *note, char nonblock) in seq_queue() argument
340 if (!nonblock && qlen >= SEQ_MAX_QUEUE && !waitqueue_active(&seq_sleeper)) { in seq_queue()
Dswarm_cs4297a.c1617 static int drain_adc(struct cs4297a_state *s, int nonblock) in drain_adc() argument
1626 static int drain_dac(struct cs4297a_state *s, int nonblock) in drain_dac() argument
1636 if (nonblock) in drain_dac()
/sound/core/oss/
Dpcm_oss.c2422 if (setup->nonblock) in snd_pcm_oss_init_substream()
2540 int nonblock; in snd_pcm_oss_open() local
2572 nonblock = !!(file->f_flags & O_NONBLOCK); in snd_pcm_oss_open()
2573 if (!nonblock) in snd_pcm_oss_open()
2574 nonblock = nonblock_open; in snd_pcm_oss_open()
2585 if (nonblock) { in snd_pcm_oss_open()
3010 setup->nonblock ? " non-block" : "", in snd_pcm_oss_proc_read()
3073 template.nonblock = 1; in snd_pcm_oss_proc_write()