Searched refs:hwoff (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/sound/core/ |
D | pcm_lib.c | 1951 int channel, unsigned long hwoff, 1959 int channel, unsigned long hwoff) in get_dma_ptr() argument 1961 return runtime->dma_area + hwoff + in get_dma_ptr() 1967 int channel, unsigned long hwoff, in default_write_copy() argument 1970 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy() 1978 int channel, unsigned long hwoff, in default_write_copy_kernel() argument 1981 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel() 1990 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence() argument 1998 hwoff, bytes); in fill_silence() 2001 get_dma_ptr(runtime, channel, hwoff), in fill_silence() [all …]
|
/Linux-v6.1/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 292 int channel, unsigned long hwoff, in dmaengine_copy_user() argument 298 int channel, unsigned long hwoff, in dmaengine_copy_user() 301 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy_user() 309 int ret = process(substream, channel, hwoff, (__force void *)buf, bytes); in dmaengine_copy_user()
|
/Linux-v6.1/include/sound/ |
D | dmaengine_pcm.h | 144 int channel, unsigned long hwoff,
|
/Linux-v6.1/sound/soc/atmel/ |
D | mchp-pdmc.c | 953 int channel, unsigned long hwoff, in mchp_pdmc_process() argument 957 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process()
|
/Linux-v6.1/sound/soc/stm/ |
D | stm32_sai_sub.c | 1235 int channel, unsigned long hwoff, in stm32_sai_pcm_process_spdif() argument 1242 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif()
|