Lines Matching refs:dev
21 extern void debug_dma_map_single(struct device *dev, const void *addr,
24 extern void debug_dma_map_page(struct device *dev, struct page *page,
28 extern void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr);
30 extern void debug_dma_unmap_page(struct device *dev, dma_addr_t addr,
33 extern void debug_dma_map_sg(struct device *dev, struct scatterlist *sg,
36 extern void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist,
39 extern void debug_dma_alloc_coherent(struct device *dev, size_t size,
42 extern void debug_dma_free_coherent(struct device *dev, size_t size,
45 extern void debug_dma_map_resource(struct device *dev, phys_addr_t addr,
49 extern void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr,
52 extern void debug_dma_sync_single_for_cpu(struct device *dev,
56 extern void debug_dma_sync_single_for_device(struct device *dev,
60 extern void debug_dma_sync_sg_for_cpu(struct device *dev,
64 extern void debug_dma_sync_sg_for_device(struct device *dev,
68 extern void debug_dma_dump_mappings(struct device *dev);
78 static inline void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single() argument
83 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page() argument
89 static inline void debug_dma_mapping_error(struct device *dev, in debug_dma_mapping_error() argument
94 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page() argument
99 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg() argument
104 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg() argument
110 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent() argument
115 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent() argument
120 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource() argument
126 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource() argument
132 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu() argument
138 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device() argument
144 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu() argument
150 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device() argument
156 static inline void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings() argument