Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dpcm_lib.c1975 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()
[all …]
/openbmc/linux/sound/soc/
H A 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()
/openbmc/linux/include/sound/
H A Ddmaengine_pcm.h145 int channel, unsigned long hwoff,
/openbmc/linux/sound/soc/atmel/
H A Dmchp-pdmc.c959 int channel, unsigned long hwoff, in mchp_pdmc_process() argument
963 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process()
/openbmc/linux/sound/soc/stm/
H A 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()