Home
last modified time | relevance | path

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

/sound/core/
Dpcm_lib.c1908 int channel, unsigned long hwoff,
1916 int channel, unsigned long hwoff) in get_dma_ptr() argument
1918 return runtime->dma_area + hwoff + in get_dma_ptr()
1924 int channel, unsigned long hwoff, in default_write_copy() argument
1927 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1935 int channel, unsigned long hwoff, in default_write_copy_kernel() argument
1938 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
1947 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument
1955 hwoff, bytes); in fill_silence()
1958 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()