Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-dma-contig.c306 retval = dma_mmap_coherent(q->dev, vma, mem->vaddr, mem->dma_handle, in __videobuf_mmap_mapper()
/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.c347 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.c1485 return dma_mmap_coherent(ovl->channel->lcdc->dev, vma, ovl->fb_mem, in sh_mobile_lcdc_overlay_mmap()
1961 return dma_mmap_coherent(ch->lcdc->dev, vma, ch->fb_mem, in sh_mobile_lcdc_mmap()
H A Dau1200fb.c1239 return dma_mmap_coherent(fbdev->dev, vma, in au1200fb_fb_mmap()
/openbmc/linux/include/linux/
H A Ddma-mapping.h419 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) macro
/openbmc/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()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c748 return dma_mmap_coherent(dev, vma, prtd->dma_buffer.area, prtd->dma_buffer.addr, in q6apm_dai_compr_mmap()
H A Dq6asm-dai.c1126 return dma_mmap_coherent(dev, vma, in q6asm_dai_compr_mmap()
/openbmc/linux/sound/core/
H A Dmemalloc.c480 return dma_mmap_coherent(dmab->dev.dev, area, in snd_dma_dev_mmap()
/openbmc/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c2234 ret = dma_mmap_coherent(md->mport->dev.parent, vma, in mport_cdev_mmap()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c740 return dma_mmap_coherent(buf->dev, vma, buf->virt, in fastrpc_mmap()
/openbmc/linux/drivers/comedi/
H A Dcomedi_fops.c2395 retval = dma_mmap_coherent(bm->dma_hw_dev, vma, buf->virt_addr, in comedi_mmap()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c283 if (dma_mmap_coherent(hcd->self.sysdev, vma, mem, dma_handle, in usbdev_mmap()
/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c2891 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in goya_mmap()
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm.c2414 ret = dma_mmap_coherent(dev, vma, qp->qdma.va, in hisi_qm_uacce_mmap()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c4176 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6343 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, dma_addr, size); in gaudi2_mmap()