Searched refs:nonblock (Results 1 – 10 of 10) sorted by relevance
/sound/core/seq/ |
D | seq_memory.c | 224 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()
|
D | seq_fifo.h | 57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_fifo.c | 176 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 189 if (nonblock) { in snd_seq_fifo_cell_out()
|
D | seq_memory.h | 69 struct snd_seq_event_cell **cellp, int nonblock,
|
D | seq_clientmgr.c | 433 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/ |
D | pcm_lib.c | 2023 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 …]
|
D | pcm_native.c | 1672 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/ |
D | sequencer.c | 76 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()
|
D | swarm_cs4297a.c | 1617 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/ |
D | pcm_oss.c | 2422 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()
|