Searched refs:get_dma_ops (Results 1 - 16 of 16) sorted by relevance

/arch/alpha/include/asm/
H A Ddma-mapping.h8 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
21 return get_dma_ops(dev)->alloc(dev, size, dma_handle, gfp, attrs);
30 get_dma_ops(dev)->free(dev, size, vaddr, dma_handle, attrs);
35 return get_dma_ops(dev)->mapping_error(dev, dma_addr);
40 return get_dma_ops(dev)->dma_supported(dev, mask);
45 return get_dma_ops(dev)->set_dma_mask(dev, mask);
/arch/sh/include/asm/
H A Ddma-mapping.h7 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
17 struct dma_map_ops *ops = get_dma_ops(dev);
27 struct dma_map_ops *ops = get_dma_ops(dev);
47 struct dma_map_ops *ops = get_dma_ops(dev);
61 struct dma_map_ops *ops = get_dma_ops(dev);
81 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/mips/include/asm/
H A Ddma-mapping.h14 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
36 struct dma_map_ops *ops = get_dma_ops(dev);
42 struct dma_map_ops *ops = get_dma_ops(dev);
67 struct dma_map_ops *ops = get_dma_ops(dev);
82 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/unicore32/include/asm/
H A Ddma-mapping.h28 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
35 struct dma_map_ops *dma_ops = get_dma_ops(dev);
45 struct dma_map_ops *dma_ops = get_dma_ops(dev);
91 struct dma_map_ops *dma_ops = get_dma_ops(dev);
102 struct dma_map_ops *dma_ops = get_dma_ops(dev);
/arch/microblaze/include/asm/
H A Ddma-mapping.h53 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
73 struct dma_map_ops *ops = get_dma_ops(dev);
84 struct dma_map_ops *ops = get_dma_ops(dev);
116 struct dma_map_ops *ops = get_dma_ops(dev);
132 struct dma_map_ops *ops = get_dma_ops(dev);
149 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/sparc/include/asm/
H A Ddma-mapping.h18 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
35 struct dma_map_ops *ops = get_dma_ops(dev);
49 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/hexagon/include/asm/
H A Ddma-mapping.h41 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
66 struct dma_map_ops *dma_ops = get_dma_ops(dev);
81 struct dma_map_ops *ops = get_dma_ops(dev);
98 struct dma_map_ops *dma_ops = get_dma_ops(dev);
/arch/x86/include/asm/
H A Ddma-mapping.h31 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
48 struct dma_map_ops *ops = get_dma_ops(dev);
121 struct dma_map_ops *ops = get_dma_ops(dev);
151 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/powerpc/include/asm/
H A Ddma-mapping.h77 static inline struct dma_map_ops *get_dma_ops(struct device *dev) function
124 struct dma_map_ops *dma_ops = get_dma_ops(dev);
141 struct dma_map_ops *dma_ops = get_dma_ops(dev);
159 struct dma_map_ops *dma_ops = get_dma_ops(dev);
170 struct dma_map_ops *dma_ops = get_dma_ops(dev);
/arch/ia64/include/asm/
H A Ddma-mapping.h54 #define get_dma_ops(dev) platform_dma_get_ops(dev) macro
/arch/powerpc/kernel/
H A Ddma.c176 struct dma_map_ops *dma_ops = get_dma_ops(dev);
191 struct dma_map_ops *dma_ops = get_dma_ops(dev);
/arch/x86/kernel/
H A Dpci-dma.c202 struct dma_map_ops *ops = get_dma_ops(dev);
/arch/mips/cavium-octeon/
H A Ddma-octeon.c223 struct octeon_dma_map_ops *ops = container_of(get_dma_ops(dev),
233 struct octeon_dma_map_ops *ops = container_of(get_dma_ops(dev),
/arch/powerpc/sysdev/
H A Ddart_iommu.c302 if (get_dma_ops(dev) == &dma_direct_ops)
/arch/powerpc/platforms/cell/
H A Diommu.c662 if (get_dma_ops(dev) == &dma_iommu_fixed_ops)
1176 dma_ops = get_dma_ops(dev);
/arch/powerpc/platforms/pseries/
H A Diommu.c1118 if (!ddw_enabled && get_dma_ops(dev) != &dma_iommu_ops) {

Completed in 357 milliseconds