Home
last modified time | relevance | path

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

/linux-6.12.1/sound/core/
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-6.12.1/drivers/video/fbdev/
Dau1100fb.c349 return dma_mmap_coherent(fbdev->dev, vma, fbdev->fb_mem, fbdev->fb_phys, in au1100fb_fb_mmap()
Dpxa3xx-gcu.c483 return dma_mmap_coherent(priv->dev, vma, in pxa3xx_gcu_mmap()
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()
Dau1200fb.c1241 return dma_mmap_coherent(fbdev->dev, vma, in au1200fb_fb_mmap()
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
Dprovider.c181 ret = dma_mmap_coherent(&rdev->lldi.pdev->dev, vma, in c4iw_mmap()
/linux-6.12.1/drivers/infiniband/hw/hfi1/
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-6.12.1/include/linux/
Ddma-mapping.h471 #define dma_mmap_coherent(d, v, c, h, s) dma_mmap_attrs(d, v, c, h, s, 0) macro
/linux-6.12.1/sound/soc/qcom/qdsp6/
Dq6apm-dai.c745 return dma_mmap_coherent(dev, vma, prtd->dma_buffer.area, prtd->dma_buffer.addr, in q6apm_dai_compr_mmap()
Dq6asm-dai.c1116 return dma_mmap_coherent(dev, vma, in q6asm_dai_compr_mmap()
/linux-6.12.1/drivers/uio/
Duio.c810 ret = dma_mmap_coherent(mem->dma_device, in uio_mmap_dma_coherent()
/linux-6.12.1/drivers/rapidio/devices/
Drio_mport_cdev.c2236 ret = dma_mmap_coherent(md->mport->dev.parent, vma, in mport_cdev_mmap()
/linux-6.12.1/drivers/misc/
Dfastrpc.c741 return dma_mmap_coherent(buf->dev, vma, buf->virt, in fastrpc_mmap()
/linux-6.12.1/drivers/comedi/
Dcomedi_fops.c2395 retval = dma_mmap_coherent(bm->dma_hw_dev, vma, buf->virt_addr, in comedi_mmap()
/linux-6.12.1/drivers/usb/core/
Ddevio.c283 if (dma_mmap_coherent(hcd->self.sysdev, vma, mem, dma_handle, in usbdev_mmap()
/linux-6.12.1/drivers/crypto/hisilicon/
Dqm.c2333 ret = dma_mmap_coherent(dev, vma, qp->qdma.va, in hisi_qm_uacce_mmap()
/linux-6.12.1/drivers/accel/habanalabs/goya/
Dgoya.c2880 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in goya_mmap()
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi.c4171 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c6488 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, dma_addr, size); in gaudi2_mmap()