Lines Matching refs:dma_area
131 memcpy(runtime->dma_area + oldptr * stride, cp, in em28xx_audio_isocirq()
133 memcpy(runtime->dma_area, cp + cnt * stride, in em28xx_audio_isocirq()
136 memcpy(runtime->dma_area + oldptr * stride, cp, in em28xx_audio_isocirq()
202 if (runtime->dma_area) { in snd_pcm_alloc_vmalloc_buffer()
206 vfree(runtime->dma_area); in snd_pcm_alloc_vmalloc_buffer()
208 runtime->dma_area = vmalloc(size); in snd_pcm_alloc_vmalloc_buffer()
209 if (!runtime->dma_area) in snd_pcm_alloc_vmalloc_buffer()
344 if (substream->runtime->dma_area) { in snd_em28xx_pcm_close()
346 vfree(substream->runtime->dma_area); in snd_em28xx_pcm_close()
347 substream->runtime->dma_area = NULL; in snd_em28xx_pcm_close()
477 void *pageptr = subs->runtime->dma_area + offset; in snd_pcm_get_vmalloc_page()