Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dpcm_lib.c1950 int channel, unsigned long hwoff,
1958 int channel, unsigned long hwoff) in get_dma_ptr() argument
1960 return runtime->dma_area + hwoff + in get_dma_ptr()
1966 int channel, unsigned long hwoff, in default_write_copy() argument
1969 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1977 int channel, unsigned long hwoff, in default_write_copy_kernel() argument
1980 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
1989 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument
1997 hwoff, bytes); in fill_silence()
2000 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
[all …]
/Linux-v5.15/sound/soc/
Dsoc-generic-dmaengine-pcm.c297 int channel, unsigned long hwoff, in dmaengine_copy_user() argument
303 int channel, unsigned long hwoff, in dmaengine_copy_user()
306 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy_user()
314 int ret = process(substream, channel, hwoff, (__force void *)buf, bytes); in dmaengine_copy_user()
/Linux-v5.15/include/sound/
Ddmaengine_pcm.h144 int channel, unsigned long hwoff,
/Linux-v5.15/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()