Home
last modified time | relevance | path

Searched refs:hwoff (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/sound/core/
Dpcm_lib.c2039 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/
Dsoc-generic-dmaengine-pcm.c292 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/
Ddmaengine_pcm.h146 int channel, unsigned long hwoff,
/linux-6.12.1/sound/soc/atmel/
Dmchp-pdmc.c948 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/
Dstm32_sai_sub.c1248 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()