Home
last modified time | relevance | path

Searched refs:get_dma_ops (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/kernel/dma/
H A Dmapping.c144 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
165 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
183 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
206 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
220 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
245 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
257 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
271 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
285 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
299 const struct dma_map_ops *ops = get_dma_ops(de in dma_sync_sg_for_device()
[all...]
H A 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()
/kernel/linux/linux-6.6/kernel/dma/
H A Dmapping.c151 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
174 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
189 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
287 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
302 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
335 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
349 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
363 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
377 const struct dma_map_ops *ops = get_dma_ops(de in dma_sync_sg_for_device()
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dma.c49 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_dma.c48 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/kernel/linux/linux-5.10/include/linux/
H A Ddma-map-ops.h77 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
90 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/kernel/linux/linux-6.6/include/linux/
H A Ddma-map-ops.h90 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
103 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/kernel/linux/linux-5.10/arch/arm/mm/
H A Ddma-mapping.c981 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1015 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1034 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1053 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_virtio.c519 set_dma_ops(dev, get_dma_ops(rproc->dev.parent)); in rproc_virtio_probe()
/kernel/linux/linux-6.6/sound/core/
H A Dmemalloc.c551 if (!sgt && !get_dma_ops(dmab->dev.dev)) in snd_dma_noncontig_alloc()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dremoteproc_core.c568 set_dma_ops(&rvdev->dev, get_dma_ops(rproc->dev.parent)); in rproc_handle_vdev()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1262 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1040 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()

Completed in 30 milliseconds