Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dpcm_lib.c1951 int channel, unsigned long hwoff,
1959 int channel, unsigned long hwoff) in get_dma_ptr() argument
1961 return runtime->dma_area + hwoff + in get_dma_ptr()
1967 int channel, unsigned long hwoff, in default_write_copy() argument
1970 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1978 int channel, unsigned long hwoff, in default_write_copy_kernel() argument
1981 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
1990 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument
1998 hwoff, bytes); in fill_silence()
2001 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
[all …]
/Linux-v6.1/sound/soc/
Dsoc-generic-dmaengine-pcm.c292 int channel, unsigned long hwoff, in dmaengine_copy_user() argument
298 int channel, unsigned long hwoff, in dmaengine_copy_user()
301 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy_user()
309 int ret = process(substream, channel, hwoff, (__force void *)buf, bytes); in dmaengine_copy_user()
/Linux-v6.1/include/sound/
Ddmaengine_pcm.h144 int channel, unsigned long hwoff,
/Linux-v6.1/sound/soc/atmel/
Dmchp-pdmc.c953 int channel, unsigned long hwoff, in mchp_pdmc_process() argument
957 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process()
/Linux-v6.1/sound/soc/stm/
Dstm32_sai_sub.c1235 int channel, unsigned long hwoff, in stm32_sai_pcm_process_spdif() argument
1242 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif()