Lines Matching refs:hwoff
2039 int channel, unsigned long hwoff,
2048 int channel, unsigned long hwoff) in get_dma_ptr() argument
2050 return runtime->dma_area + hwoff + in get_dma_ptr()
2056 int channel, unsigned long hwoff, in default_write_copy() argument
2059 if (copy_from_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
2070 unsigned long hwoff, struct iov_iter *iter, in fill_silence() argument
2079 hwoff, bytes); in fill_silence()
2082 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
2089 int channel, unsigned long hwoff, in default_read_copy() argument
2092 if (copy_to_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_read_copy()
2100 unsigned long hwoff, void *data, unsigned long bytes, in do_transfer() argument
2115 return transfer(substream, c, hwoff, &iter, bytes); in do_transfer()
2121 return transfer(substream, c, hwoff, &iter, bytes); in do_transfer()
2128 snd_pcm_uframes_t hwoff, void *data, in interleaved_copy() argument
2137 hwoff = frames_to_bytes(runtime, hwoff); in interleaved_copy()
2141 return do_transfer(substream, 0, hwoff, data + off, frames, transfer, in interleaved_copy()
2149 snd_pcm_uframes_t hwoff, void *data, in noninterleaved_copy() argument
2166 hwoff = samples_to_bytes(runtime, hwoff); in noninterleaved_copy()
2169 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy()
2171 err = do_transfer(substream, c, hwoff, *bufs + off, in noninterleaved_copy()