Searched refs:nonblock (Results 1 – 10 of 10) sorted by relevance
/sound/core/seq/ |
D | seq_memory.c | 214 int nonblock, struct file *file, in snd_seq_cell_alloc() argument 234 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 285 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup() argument 303 err = snd_seq_cell_alloc(pool, &cell, nonblock, file, mutexp); in snd_seq_event_dup() 329 err = snd_seq_cell_alloc(pool, &tmp, nonblock, file, in snd_seq_event_dup()
|
D | seq_fifo.h | 42 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
|
D | seq_fifo.c | 163 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out() argument 176 if (nonblock) { in snd_seq_fifo_cell_out()
|
D | seq_memory.h | 54 struct snd_seq_event_cell **cellp, int nonblock,
|
D | seq_clientmgr.c | 436 int nonblock; in snd_seq_read() local 438 nonblock = (file->f_flags & O_NONBLOCK) || result > 0; in snd_seq_read() 439 err = snd_seq_fifo_cell_out(fifo, &cell, nonblock); in snd_seq_read()
|
/sound/usb/line6/ |
D | driver.h | 168 unsigned int nonblock:1; member
|
D | driver.c | 543 line6->messages.nonblock = file->f_flags & O_NONBLOCK ? 1 : 0; in line6_hwdep_open() 573 if (line6->messages.nonblock) in line6_hwdep_read()
|
/sound/core/oss/ |
D | pcm_oss.c | 2378 if (setup->nonblock) in snd_pcm_oss_init_substream() 2495 int nonblock; in snd_pcm_oss_open() local 2527 nonblock = !!(file->f_flags & O_NONBLOCK); in snd_pcm_oss_open() 2528 if (!nonblock) in snd_pcm_oss_open() 2529 nonblock = nonblock_open; in snd_pcm_oss_open() 2540 if (nonblock) { in snd_pcm_oss_open() 2976 setup->nonblock ? " non-block" : "", in snd_pcm_oss_proc_read() 3039 template.nonblock = 1; in snd_pcm_oss_proc_write()
|
/sound/core/ |
D | pcm_lib.c | 2180 bool nonblock; in __snd_pcm_lib_xfer() local 2222 nonblock = !!(substream->f_flags & O_NONBLOCK); in __snd_pcm_lib_xfer() 2256 if (nonblock) { in __snd_pcm_lib_xfer()
|
D | pcm_native.c | 2097 int nonblock = 0; in snd_pcm_drain() local 2107 nonblock = 1; in snd_pcm_drain() 2109 nonblock = 1; in snd_pcm_drain() 2122 if (nonblock) { in snd_pcm_drain()
|