Lines Matching refs:device

12 extern void debug_dma_map_page(struct device *dev, struct page *page,
16 extern void debug_dma_unmap_page(struct device *dev, dma_addr_t addr,
19 extern void debug_dma_map_sg(struct device *dev, struct scatterlist *sg,
22 extern void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist,
25 extern void debug_dma_alloc_coherent(struct device *dev, size_t size,
28 extern void debug_dma_free_coherent(struct device *dev, size_t size,
31 extern void debug_dma_map_resource(struct device *dev, phys_addr_t addr,
35 extern void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr,
38 extern void debug_dma_sync_single_for_cpu(struct device *dev,
42 extern void debug_dma_sync_single_for_device(struct device *dev,
46 extern void debug_dma_sync_sg_for_cpu(struct device *dev,
50 extern void debug_dma_sync_sg_for_device(struct device *dev,
54 static inline void debug_dma_map_page(struct device *dev, struct page *page,
60 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr,
65 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg,
70 static inline void debug_dma_unmap_sg(struct device *dev,
76 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size,
81 static inline void debug_dma_free_coherent(struct device *dev, size_t size,
86 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr,
92 static inline void debug_dma_unmap_resource(struct device *dev,
98 static inline void debug_dma_sync_single_for_cpu(struct device *dev,
104 static inline void debug_dma_sync_single_for_device(struct device *dev,
110 static inline void debug_dma_sync_sg_for_cpu(struct device *dev,
116 static inline void debug_dma_sync_sg_for_device(struct device *dev,