Searched refs:hwoff (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_lib.c | 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() [all …]
|
| /linux/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 292 int channel, unsigned long hwoff, in dmaengine_copy() argument 298 int channel, unsigned long hwoff, in dmaengine_copy() 301 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy() 309 int ret = process(substream, channel, hwoff, bytes); in dmaengine_copy()
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-pdmc.c | 948 int channel, unsigned long hwoff, in mchp_pdmc_process() argument 952 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process()
|