Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dpcm_lib.c1957 static void *get_dma_ptr(struct snd_pcm_runtime *runtime, in get_dma_ptr() function
1969 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy()
1980 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel()
2000 get_dma_ptr(runtime, channel, hwoff), in fill_silence()
2011 get_dma_ptr(substream->runtime, channel, hwoff), in default_read_copy()
2022 memcpy(buf, get_dma_ptr(substream->runtime, channel, hwoff), bytes); in default_read_copy_kernel()