Searched refs:hwoff (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/sound/core/ |
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-6.12.1/sound/soc/ |
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-6.12.1/include/sound/ |
D | dmaengine_pcm.h | 146 int channel, unsigned long hwoff,
|
/linux-6.12.1/sound/soc/atmel/ |
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()
|
/linux-6.12.1/sound/soc/stm/ |
D | stm32_sai_sub.c | 1248 int channel, unsigned long hwoff, in stm32_sai_pcm_process_spdif() argument 1255 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif()
|