Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c1905 int channel, unsigned long hwoff,
1913 int channel, unsigned long hwoff) in get_dma_ptr() argument
1915 return runtime->dma_area + hwoff + in get_dma_ptr()
1921 int channel, unsigned long hwoff, in default_write_copy() argument
1924 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1932 int channel, unsigned long hwoff, in default_write_copy_kernel() argument
1935 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
1944 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument
1952 hwoff, bytes); in fill_silence()
1955 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
[all …]
/sound/soc/
Dsoc-generic-dmaengine-pcm.c335 int channel, unsigned long hwoff, in dmaengine_copy_user() argument
344 int channel, unsigned long hwoff, in dmaengine_copy_user()
347 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy_user()
356 ret = process(substream, channel, hwoff, (__force void *)buf, bytes); in dmaengine_copy_user()
/sound/soc/stm/
Dstm32_sai_sub.c1236 int channel, unsigned long hwoff, in stm32_sai_pcm_process_spdif() argument
1243 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif()