Lines Matching refs:dma_area
132 memcpy(runtime->dma_area + oldptr * stride, cp, in em28xx_audio_isocirq()
134 memcpy(runtime->dma_area, cp + cnt * stride, in em28xx_audio_isocirq()
137 memcpy(runtime->dma_area + oldptr * stride, cp, in em28xx_audio_isocirq()
203 if (runtime->dma_area) { in snd_pcm_alloc_vmalloc_buffer()
207 vfree(runtime->dma_area); in snd_pcm_alloc_vmalloc_buffer()
209 runtime->dma_area = vmalloc(size); in snd_pcm_alloc_vmalloc_buffer()
210 if (!runtime->dma_area) in snd_pcm_alloc_vmalloc_buffer()
345 if (substream->runtime->dma_area) { in snd_em28xx_pcm_close()
347 vfree(substream->runtime->dma_area); in snd_em28xx_pcm_close()
348 substream->runtime->dma_area = NULL; in snd_em28xx_pcm_close()
478 void *pageptr = subs->runtime->dma_area + offset; in snd_pcm_get_vmalloc_page()