Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
Dpcm_lib.c1916 int channel, unsigned long hwoff,
1924 int channel, unsigned long hwoff) in get_dma_ptr() argument
1926 return runtime->dma_area + hwoff + in get_dma_ptr()
1932 int channel, unsigned long hwoff, in default_write_copy() argument
1935 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1943 int channel, unsigned long hwoff, in default_write_copy_kernel() argument
1946 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
1955 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument
1963 hwoff, bytes); in fill_silence()
1966 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
[all …]
/Linux-v5.10/sound/soc/
Dsoc-generic-dmaengine-pcm.c299 int channel, unsigned long hwoff, in dmaengine_copy_user() argument
305 int channel, unsigned long hwoff, in dmaengine_copy_user()
308 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy_user()
317 ret = process(substream, channel, hwoff, (__force void *)buf, bytes); in dmaengine_copy_user()
/Linux-v5.10/include/sound/
Ddmaengine_pcm.h139 int channel, unsigned long hwoff,
/Linux-v5.10/sound/soc/stm/
Dstm32_sai_sub.c1237 int channel, unsigned long hwoff, in stm32_sai_pcm_process_spdif() argument
1244 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif()