/linux/sound/core/ |
H A D | memalloc.c | 486 return dma_mmap_coherent(dmab->dev.dev, area, in snd_dma_dev_mmap() 526 return dma_mmap_coherent(dmab->dev.dev, area, in snd_dma_wc_mmap()
|
/linux/drivers/video/fbdev/ |
H A D | au1100fb.c | 349 return dma_mmap_coherent(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys, in au1100fb_fb_mmap()
|
H A D | pxa3xx-gcu.c | 483 return dma_mmap_coherent(priv->dev, vma, in pxa3xx_gcu_mmap()
|
H A D | sh_mobile_lcdcfb.c | 1487 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap() 1963 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
|
H A D | au1200fb.c | 1241 return dma_mmap_coherent(fbdev->dev, vma, in au1200fb_fb_mmap()
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 181 ret = dma_mmap_coherent(&rdev->lldi.pdev->dev, vma, in c4iw_mmap()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 443 ret = dma_mmap_coherent(&dd->pcidev->dev, vma, in hfi1_file_mmap() 569 ret = dma_mmap_coherent(&dd->pcidev->dev, vma, in hfi1_file_mmap()
|
/linux/include/linux/ |
H A D | dma-mapping.h | 467 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) macro
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 745 return dma_mmap_coherent(dev, vma, prtd->dma_buffer.area, prtd->dma_buffer.addr, in q6apm_dai_compr_mmap()
|
H A D | q6asm-dai.c | 1116 return dma_mmap_coherent(dev, vma, in q6asm_dai_compr_mmap()
|
/linux/drivers/uio/ |
H A D | uio.c | 810 ret = dma_mmap_coherent(mem->dma_device, in uio_mmap_dma_coherent()
|
/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 2236 ret = dma_mmap_coherent(md->mport->dev.parent, vma, in mport_cdev_mmap()
|
/linux/drivers/misc/ |
H A D | fastrpc.c | 741 return dma_mmap_coherent(buf->dev, vma, buf->virt, in fastrpc_mmap()
|
/linux/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 2880 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in goya_mmap()
|
/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 2393 ret = dma_mmap_coherent(dev, vma, qp->qdma.va, in hisi_qm_uacce_mmap()
|
/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 4171 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
|
/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 6488 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, dma_addr, size); in gaudi2_mmap()
|