Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dmapping.c159 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
186 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
204 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs()
306 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
348 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
366 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_cpu()
383 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_device()
400 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_sg_for_cpu()
417 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_sg_for_device()
[all …]
H A Dops_helpers.c65 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages()
92 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages()
/linux/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()
/linux/include/linux/
H A Ddma-map-ops.h76 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
89 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux/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()