Lines Matching refs:transfer
56 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local
108 transfer = ofs + frames > runtime->buffer_size ? runtime->buffer_size - ofs : frames; in snd_pcm_playback_silence()
113 err = substream->ops->silence(substream, -1, ofs, transfer); in snd_pcm_playback_silence()
117 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer * runtime->channels); in snd_pcm_playback_silence()
125 err = substream->ops->silence(substream, c, ofs, transfer); in snd_pcm_playback_silence()
132 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer); in snd_pcm_playback_silence()
136 runtime->silence_filled += transfer; in snd_pcm_playback_silence()
137 frames -= transfer; in snd_pcm_playback_silence()
2014 transfer_f transfer) in snd_pcm_lib_write1() argument
2072 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1()
2232 transfer_f transfer) in snd_pcm_lib_read1() argument
2304 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_read1()