Searched refs:get_dma_ptr (Results 1 – 1 of 1) sorted by relevance
/linux/sound/core/ |
A D | pcm_lib.c | 1958 static void *get_dma_ptr(struct snd_pcm_runtime *runtime, in get_dma_ptr() function 1970 if (copy_from_user(get_dma_ptr(substream->runtime, channel, hwoff), in default_write_copy() 1981 memcpy(get_dma_ptr(substream->runtime, channel, hwoff), buf, bytes); in default_write_copy_kernel() 2001 get_dma_ptr(runtime, channel, hwoff), in fill_silence() 2012 get_dma_ptr(substream->runtime, channel, hwoff), in default_read_copy() 2023 memcpy(buf, get_dma_ptr(substream->runtime, channel, hwoff), bytes); in default_read_copy_kernel()
|
Completed in 7 milliseconds