Lines Matching refs:pos
229 int channel, unsigned long pos, in bf5xx_pcm_copy() argument
242 pos = bytes_to_frames(runtime, pos); in bf5xx_pcm_copy()
247 dst += pos * sample_size * 8; in bf5xx_pcm_copy()
259 src += pos * sample_size * 8; in bf5xx_pcm_copy()
275 dst += pos; in bf5xx_pcm_copy()
278 src += pos; in bf5xx_pcm_copy()
289 int channel, unsigned long pos, in bf5xx_pcm_copy_user() argument
292 return bf5xx_pcm_copy(substream, channel, pos, (void *)buf, count); in bf5xx_pcm_copy_user()
296 int channel, unsigned long pos, in bf5xx_pcm_silence() argument
309 offset = bytes_to_frames(runtime, pos) * 8 * sample_size; in bf5xx_pcm_silence()
312 offset = pos; in bf5xx_pcm_silence()