snd_pcm_capture_avail 771 include/sound/pcm.h return runtime->buffer_size - snd_pcm_capture_avail(runtime); snd_pcm_capture_avail 799 include/sound/pcm.h return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min; snd_pcm_capture_avail 845 include/sound/pcm.h return snd_pcm_capture_avail(runtime) == 0; snd_pcm_capture_avail 2786 sound/core/oss/pcm_oss.c return snd_pcm_capture_avail(runtime) >= snd_pcm_capture_avail 44 sound/core/pcm_local.h return snd_pcm_capture_avail(substream->runtime); snd_pcm_capture_avail 866 sound/core/pcm_native.c delay = snd_pcm_capture_avail(substream->runtime); snd_pcm_capture_avail 1796 sound/core/pcm_native.c int new_state = snd_pcm_capture_avail(runtime) > 0 ? snd_pcm_capture_avail 127 sound/core/pcm_trace.h __entry->avail = (substream)->stream ? snd_pcm_capture_avail(substream->runtime) : snd_pcm_playback_avail(substream->runtime); snd_pcm_capture_avail 1005 sound/drivers/vx/vx_pcm.c size = runtime->buffer_size - snd_pcm_capture_avail(runtime);