Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dmemalloc.c486 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 Dau1100fb.c349 return dma_mmap_coherent(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys, in au1100fb_fb_mmap()
H A Dpxa3xx-gcu.c483 return dma_mmap_coherent(priv->dev, vma, in pxa3xx_gcu_mmap()
H A Dsh_mobile_lcdcfb.c1487 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 Dau1200fb.c1241 return dma_mmap_coherent(fbdev->dev, vma, in au1200fb_fb_mmap()
/linux/drivers/infiniband/hw/cxgb4/
H A Dprovider.c181 ret = dma_mmap_coherent(&rdev->lldi.pdev->dev, vma, in c4iw_mmap()
/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c443 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 Ddma-mapping.h467 #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 Dq6apm-dai.c745 return dma_mmap_coherent(dev, vma, prtd->dma_buffer.area, prtd->dma_buffer.addr, in q6apm_dai_compr_mmap()
H A Dq6asm-dai.c1116 return dma_mmap_coherent(dev, vma, in q6asm_dai_compr_mmap()
/linux/drivers/uio/
H A Duio.c810 ret = dma_mmap_coherent(mem->dma_device, in uio_mmap_dma_coherent()
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c2236 ret = dma_mmap_coherent(md->mport->dev.parent, vma, in mport_cdev_mmap()
/linux/drivers/misc/
H A Dfastrpc.c741 return dma_mmap_coherent(buf->dev, vma, buf->virt, in fastrpc_mmap()
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c2880 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in goya_mmap()
/linux/drivers/crypto/hisilicon/
H A Dqm.c2393 ret = dma_mmap_coherent(dev, vma, qp->qdma.va, in hisi_qm_uacce_mmap()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c4171 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6488 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, dma_addr, size); in gaudi2_mmap()