Home
last modified time | relevance | path

Searched refs:get_dma_ops (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/kernel/dma/
Dmapping.c147 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
170 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
185 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
283 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
298 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
319 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
331 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
345 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
359 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
373 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_device()
[all …]
Dops_helpers.c64 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages()
87 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages()
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c48 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/linux-6.1.9/include/linux/
Ddma-map-ops.h89 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
102 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-6.1.9/drivers/remoteproc/
Dremoteproc_virtio.c516 set_dma_ops(dev, get_dma_ops(rproc->dev.parent)); in rproc_virtio_probe()
/linux-6.1.9/sound/core/
Dmemalloc.c548 if (!sgt && !get_dma_ops(dmab->dev.dev)) { in snd_dma_noncontig_alloc()
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dpci-ioda.c1153 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()