Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/dma/
Dmapping.c154 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_sgtable_attrs()
234 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_can_mmap()
263 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_mmap_attrs()
276 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_required_mask()
298 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_alloc_attrs()
324 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_free_attrs()
350 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_supported()
404 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_cache_sync()
417 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_max_mapping_size()
431 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_get_merge_boundary()
/Linux-v5.4/include/linux/
Ddma-mapping.h264 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
281 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
297 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
315 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
333 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
349 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
371 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
383 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
397 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
411 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu()
[all …]
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_drm_dma.c66 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/Linux-v5.4/drivers/pci/controller/
Dvmd.c404 if (get_dma_ops(&vmd->dev->dev)) in vmd_teardown_dma_ops()
416 const struct dma_map_ops *source = get_dma_ops(&vmd->dev->dev); in vmd_setup_dma_ops()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c1009 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1043 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1062 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1081 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_gem.c55 if (get_dma_ops(dev) && IS_ENABLED(CONFIG_ARM64)) { in sync_for_device()
68 if (get_dma_ops(dev) && IS_ENABLED(CONFIG_ARM64)) { in sync_for_cpu()
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c526 set_dma_ops(&rvdev->dev, get_dma_ops(rproc->dev.parent)); in rproc_handle_vdev()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dpci-ioda.c1749 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()