Home
last modified time | relevance | path

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

/linux/kernel/dma/
A Dmapping.c146 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
168 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()
276 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
291 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
312 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
338 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
352 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
366 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_device()
[all …]
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()
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_dma.c49 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/linux/include/linux/
A Ddma-map-ops.h78 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
91 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux/arch/arm/mm/
A Ddma-mapping.c981 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1017 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1036 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1055 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
/linux/drivers/remoteproc/
A Dremoteproc_core.c574 set_dma_ops(&rvdev->dev, get_dma_ops(rproc->dev.parent)); in rproc_handle_vdev()
/linux/arch/powerpc/platforms/powernv/
A Dpci-ioda.c1152 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()

Completed in 21 milliseconds