Lines Matching refs:nonblock
254 int nonblock, ret = 0; in snd_em28xx_capture_open() local
267 nonblock = !!(substream->f_flags & O_NONBLOCK); in snd_em28xx_capture_open()
268 if (nonblock) { in snd_em28xx_capture_open()
502 int nonblock = 0; in em28xx_vol_put() local
509 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_put()
510 if (nonblock) { in em28xx_vol_put()
540 int nonblock = 0; in em28xx_vol_get() local
547 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_get()
548 if (nonblock) { in em28xx_vol_get()
575 int nonblock = 0; in em28xx_vol_put_mute() local
582 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_put_mute()
583 if (nonblock) { in em28xx_vol_put_mute()
616 int nonblock = 0; in em28xx_vol_get_mute() local
623 nonblock = !!(substream->f_flags & O_NONBLOCK); in em28xx_vol_get_mute()
624 if (nonblock) { in em28xx_vol_get_mute()