Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddma-mapping.h201 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
220 static inline const struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
231 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs()
249 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs()
265 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
280 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
294 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs()
309 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs()
323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource()
344 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource()
[all …]
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.c78 if (get_dma_ops(priv->dma_dev) != get_dma_ops(subdrv_dev)) { in drm_iommu_attach_device()
/Linux-v4.19/arch/powerpc/kernel/
Ddma.c300 if (get_dma_ops(dev) != &dma_nommu_ops || in dma_set_coherent_mask()
331 const struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask()
/Linux-v4.19/drivers/pci/controller/
Dvmd.c312 return get_dma_ops(to_vmd_dev(dev)); in vmd_dma_ops()
418 if (get_dma_ops(&vmd->dev->dev)) in vmd_teardown_dma_ops()
430 const struct dma_map_ops *source = get_dma_ops(&vmd->dev->dev); in vmd_setup_dma_ops()
/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c1062 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
1096 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
1115 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
1134 const struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
/Linux-v4.19/drivers/crypto/caam/
Dqi.c742 set_dma_ops(&qi_pdev->dev, get_dma_ops(ctrldev)); in caam_qi_init()
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c1165 dma_ops = get_dma_ops(dev); in cell_dma_get_required_mask()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Diommu.c1241 if (!ddw_enabled && get_dma_ops(dev) != &dma_iommu_ops) { in dma_set_mask_pSeriesLP()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c567 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c1738 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()