Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-netx/
Dfb.c60 return dma_mmap_writecombine(&fb->dev->dev, vma, in netx_clcd_mmap()
/linux-4.4.14/arch/arm/mach-nspire/
Dclcd.c110 return dma_mmap_writecombine(&fb->dev->dev, vma, in nspire_clcd_mmap()
/linux-4.4.14/arch/metag/kernel/
Ddma.c375 int dma_mmap_writecombine(struct device *dev, struct vm_area_struct *vma, in dma_mmap_writecombine() function
381 EXPORT_SYMBOL(dma_mmap_writecombine);
/linux-4.4.14/drivers/video/fbdev/
Damba-clcd-versatile.c172 return dma_mmap_writecombine(&fb->dev->dev, vma, in versatile_clcd_mmap_dma()
Dep93xx-fb.c319 return dma_mmap_writecombine(info->dev, vma, info->screen_base, in ep93xxfb_mmap()
Damba-clcd.c777 return dma_mmap_writecombine(&fb->dev->dev, vma, fb->fb.screen_base, in clcdfb_of_dma_mmap()
Dsa1100fb.c570 return dma_mmap_writecombine(fbi->dev, vma, fbi->map_cpu, in sa1100fb_mmap()
/linux-4.4.14/sound/arm/
Dpxa2xx-pcm-lib.c144 return dma_mmap_writecombine(substream->pcm->card->dev, vma, in pxa2xx_pcm_mmap()
/linux-4.4.14/arch/arm/mach-lpc32xx/
Dphy3250.c119 return dma_mmap_writecombine(&fb->dev->dev, vma, in lpc32xx_clcd_mmap()
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c159 return dma_mmap_writecombine(substream->pcm->card->dev, vma, in omap_pcm_mmap()
/linux-4.4.14/arch/metag/include/asm/
Ddma-mapping.h26 int dma_mmap_writecombine(struct device *dev, struct vm_area_struct *vma,
/linux-4.4.14/sound/soc/nuc900/
Dnuc900-pcm.c270 return dma_mmap_writecombine(substream->pcm->card->dev, vma, in nuc900_dma_mmap()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_gem_cma_helper.c325 ret = dma_mmap_writecombine(cma_obj->base.dev->dev, vma, in drm_gem_cma_mmap_obj()
/linux-4.4.14/include/linux/
Ddma-mapping.h294 static inline int dma_mmap_writecombine(struct device *dev, in dma_mmap_writecombine() function
/linux-4.4.14/sound/soc/fsl/
Dimx-pcm-fiq.c220 ret = dma_mmap_writecombine(substream->pcm->card->dev, vma, in snd_imx_pcm_mmap()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c486 ret = dma_mmap_writecombine(gem->dev->dev, vma, bo->vaddr, in tegra_drm_mmap()