Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/kernel/
Ddma.c367 int dma_mmap_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_coherent() function
373 EXPORT_SYMBOL(dma_mmap_coherent);
/linux-4.4.14/arch/c6x/include/asm/
Ddma-mapping.h101 static inline int dma_mmap_coherent(struct device *dev, in dma_mmap_coherent() function
/linux-4.4.14/arch/frv/include/asm/
Ddma-mapping.h136 static inline int dma_mmap_coherent(struct device *dev, in dma_mmap_coherent() function
/linux-4.4.14/arch/m68k/include/asm/
Ddma-mapping.h120 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/arch/mn10300/include/asm/
Ddma-mapping.h172 static inline int dma_mmap_coherent(struct device *dev, in dma_mmap_coherent() function
/linux-4.4.14/arch/cris/include/asm/
Ddma-mapping.h168 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/arch/nios2/include/asm/
Ddma-mapping.h137 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/drivers/staging/android/ion/
Dion_cma_heap.c145 return dma_mmap_coherent(dev, vma, info->cpu_addr, info->handle, in ion_cma_mmap()
/linux-4.4.14/arch/blackfin/include/asm/
Ddma-mapping.h164 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/arch/avr32/include/asm/
Ddma-mapping.h347 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/arch/metag/include/asm/
Ddma-mapping.h23 int dma_mmap_coherent(struct device *dev, struct vm_area_struct *vma,
/linux-4.4.14/arch/arc/include/asm/
Ddma-mapping.h36 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) macro
/linux-4.4.14/arch/parisc/include/asm/
Ddma-mapping.h245 static inline int dma_mmap_coherent(struct device *dev, in dma_mmap_coherent() function
/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h221 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, NULL) macro
/linux-4.4.14/sound/soc/qcom/
Dlpass-platform.c343 return dma_mmap_coherent(substream->pcm->card->dev, vma, in lpass_platform_pcmops_mmap()
/linux-4.4.14/drivers/video/fbdev/
Dpxa3xx-gcu.c493 return dma_mmap_coherent(NULL, vma, in pxa3xx_gcu_mmap()
Dsh_mobile_lcdcfb.c1625 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap()
2114 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-dma-contig.c188 ret = dma_mmap_coherent(buf->dev, vma, buf->vaddr, in vb2_dc_mmap()
/linux-4.4.14/sound/core/
Dpcm_native.c3407 return dma_mmap_coherent(substream->dma_buffer.dev.dev, in snd_pcm_lib_default_mmap()