Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h16 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs()
35 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs()
51 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs()
69 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs()
81 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page()
95 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page()
107 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu()
119 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device()
133 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_range_for_cpu()
147 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_range_for_device()
[all …]
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_iommu.c118 if (get_dma_ops(dev) == get_dma_ops(NULL)) in drm_iommu_attach_device()
119 set_dma_ops(dev, get_dma_ops(subdrv_dev)); in drm_iommu_attach_device()
/linux-4.4.14/arch/tile/include/asm/
Ddma-mapping.h32 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
82 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_mask()
/linux-4.4.14/arch/h8300/include/asm/
Ddma-mapping.h6 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/alpha/include/asm/
Ddma-mapping.h8 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/openrisc/include/asm/
Ddma-mapping.h33 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/s390/include/asm/
Ddma-mapping.h16 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/sh/include/asm/
Ddma-mapping.h7 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/mips/include/asm/
Ddma-mapping.h14 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/xtensa/include/asm/
Ddma-mapping.h25 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/powerpc/kernel/
Ddma.c298 if (get_dma_ops(dev) != &dma_direct_ops || in dma_set_coherent_mask()
312 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_set_mask()
340 struct dma_map_ops *dma_ops = get_dma_ops(dev); in __dma_get_required_mask()
/linux-4.4.14/arch/hexagon/include/asm/
Ddma-mapping.h38 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/microblaze/include/asm/
Ddma-mapping.h42 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/ia64/include/asm/
Ddma-mapping.h26 #define get_dma_ops(dev) platform_dma_get_ops(dev) macro
/linux-4.4.14/arch/sparc/include/asm/
Ddma-mapping.h27 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/unicore32/include/asm/
Ddma-mapping.h26 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/arm64/include/asm/
Ddma-mapping.h42 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/mips/cavium-octeon/
Ddma-octeon.c215 struct octeon_dma_map_ops *ops = container_of(get_dma_ops(dev), in phys_to_dma()
225 struct octeon_dma_map_ops *ops = container_of(get_dma_ops(dev), in dma_to_phys()
/linux-4.4.14/arch/x86/include/asm/
Ddma-mapping.h31 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/powerpc/include/asm/
Ddma-mapping.h82 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/arm/include/asm/
Ddma-mapping.h27 static inline struct dma_map_ops *get_dma_ops(struct device *dev) in get_dma_ops() function
/linux-4.4.14/arch/x86/kernel/
Dpci-dma.c217 struct dma_map_ops *ops = get_dma_ops(dev); in dma_supported()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c914 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_map_sg()
948 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_unmap_sg()
967 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_cpu()
986 struct dma_map_ops *ops = get_dma_ops(dev); in arm_dma_sync_sg_for_device()
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c670 if (get_dma_ops(dev) == &dma_iommu_fixed_ops) in cell_dma_dev_setup()
1184 dma_ops = get_dma_ops(dev); in cell_dma_get_required_mask()
/linux-4.4.14/arch/tile/kernel/
Dpci-dma.c589 struct dma_map_ops *dma_ops = get_dma_ops(dev); in dma_set_coherent_mask()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c1256 if (!ddw_enabled && get_dma_ops(dev) != &dma_iommu_ops) { in dma_set_mask_pSeriesLP()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c531 const struct dma_map_ops *dma_ops = get_dma_ops(dev_priv->dev->dev); in vmw_dma_select_mode()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c1562 WARN_ON(get_dma_ops(&pdev->dev) != &dma_iommu_ops); in pnv_pci_ioda_dma_dev_setup()