Lines Matching refs:nonblock
220 int nonblock, ret = 0; in snd_em28xx_capture_open() local
232 nonblock = !!(substream->f_flags & O_NONBLOCK); in snd_em28xx_capture_open()
233 if (nonblock) { in snd_em28xx_capture_open()
416 int nonblock = 0; in em28xx_vol_put() local
423 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_put()
424 if (nonblock) { in em28xx_vol_put()
455 int nonblock = 0; in em28xx_vol_get() local
462 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_get()
463 if (nonblock) { in em28xx_vol_get()
491 int nonblock = 0; in em28xx_vol_put_mute() local
498 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_put_mute()
499 if (nonblock) { in em28xx_vol_put_mute()
533 int nonblock = 0; in em28xx_vol_get_mute() local
540 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_get_mute()
541 if (nonblock) { in em28xx_vol_get_mute()