Searched refs:hwoff (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_lib.c | 2039 int channel, unsigned long hwoff, 2048 int channel, unsigned long hwoff) in get_dma_ptr() argument 2050 return runtime->dma_area + hwoff + in get_dma_ptr() 2056 int channel, unsigned long hwoff, in default_write_copy() argument 2059 if (copy_from_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy() 2070 unsigned long hwoff, struct iov_iter *iter, in fill_silence() argument 2079 hwoff, bytes); in fill_silence() 2082 get_dma_ptr(runtime, channel, hwoff), in fill_silence() 2089 int channel, unsigned long hwoff, in default_read_copy() argument 2092 if (copy_to_iter(get_dma_ptr(substream->runtime, channel, hwoff), in default_read_copy() [all …]
|
| /linux/sound/soc/ |
| H A D | soc-generic-dmaengine-pcm.c | 293 int channel, unsigned long hwoff, in dmaengine_copy() 299 int channel, unsigned long hwoff, in dmaengine_copy() 302 void *dma_ptr = runtime->dma_area + hwoff + in dmaengine_copy() 310 int ret = process(substream, channel, hwoff, bytes); in dmaengine_copy() 292 dmaengine_copy(struct snd_soc_component * component,struct snd_pcm_substream * substream,int channel,unsigned long hwoff,struct iov_iter * iter,unsigned long bytes) dmaengine_copy() argument
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-pdmc.c | 952 int channel, unsigned long hwoff, in mchp_pdmc_process() 956 u8 *dma_ptr = runtime->dma_area + hwoff + in mchp_pdmc_process() 948 mchp_pdmc_process(struct snd_pcm_substream * substream,int channel,unsigned long hwoff,unsigned long bytes) mchp_pdmc_process() argument
|
| /linux/sound/soc/stm/ |
| H A D | stm32_sai_sub.c | 1385 int channel, unsigned long hwoff, 1392 int *ptr = (int *)(runtime->dma_area + hwoff + in stm32_sai_pcm_process_spdif() argument
|