Lines Matching refs:hwoff
1975 int channel, unsigned long hwoff,
1984 int channel, unsigned long hwoff) in get_dma_ptr() argument
1986 return runtime->dma_area + hwoff + in get_dma_ptr()
1992 int channel, unsigned long hwoff, in default_write_copy() argument
1995 if (copy_from_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
2006 unsigned long hwoff, struct iov_iter *iter, in fill_silence() argument
2015 hwoff, bytes); in fill_silence()
2018 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
2025 int channel, unsigned long hwoff, in default_read_copy() argument
2028 if (copy_to_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_read_copy()
2036 unsigned long hwoff, void *data, unsigned long bytes, in do_transfer() argument
2051 return transfer(substream, c, hwoff, &iter, bytes); in do_transfer()
2057 return transfer(substream, c, hwoff, &iter, bytes); in do_transfer()
2064 snd_pcm_uframes_t hwoff, void *data, in interleaved_copy() argument
2073 hwoff = frames_to_bytes(runtime, hwoff); in interleaved_copy()
2077 return do_transfer(substream, 0, hwoff, data + off, frames, transfer, in interleaved_copy()
2085 snd_pcm_uframes_t hwoff, void *data, in noninterleaved_copy() argument
2102 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
2105 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy()
2107 err = do_transfer(substream, c, hwoff, *bufs + off, in noninterleaved_copy()