Searched refs:hwoff (Results 1 – 3 of 3) sorted by relevance
/sound/core/ |
D | pcm_lib.c | 1905 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/ |
D | soc-generic-dmaengine-pcm.c | 335 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/ |
D | stm32_sai_sub.c | 1236 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()
|