Home
last modified time | relevance | path

Searched refs:dma_mmap_coherent (Results 1 – 11 of 11) 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/infiniband/hw/hfi1/
H A Dfile_ops.c453 ret = dma_mmap_coherent(&dd->pcidev->dev, vma, in hfi1_file_mmap()
579 ret = dma_mmap_coherent(&dd->pcidev->dev, vma, in hfi1_file_mmap()
/linux/drivers/scsi/leapraid/
H A Dleapraid_app.c761 rc = dma_mmap_coherent(&adapter->pdev->dev, vma, in leapraid_fw_mmap()
/linux/include/linux/
H A Ddma-mapping.h618 #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.c919 return dma_mmap_coherent(dev, vma, prtd->dma_buffer.area, prtd->dma_buffer.addr, in q6apm_dai_compr_mmap()
H A Dq6asm-dai.c1139 return dma_mmap_coherent(dev, vma, in q6asm_dai_compr_mmap()
/linux/drivers/misc/
H A Dfastrpc.c862 return dma_mmap_coherent(buf->dev, vma, buf->virt, in fastrpc_mmap()
/linux/drivers/comedi/
H A Dcomedi_fops.c2560 retval = dma_mmap_coherent(bm->dma_hw_dev, vma, in comedi_mmap()
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c2879 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in goya_mmap()
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c4179 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, in gaudi_mmap()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6849 rc = dma_mmap_coherent(hdev->dev, vma, cpu_addr, dma_addr, size); in gaudi2_mmap()