Lines Matching defs:dev
65 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page()
72 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
77 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
83 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg()
89 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
95 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
100 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource()
107 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource()
113 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu()
119 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
125 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu()
131 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device()
137 static inline void debug_dma_alloc_pages(struct device *dev, struct page *page, in debug_dma_alloc_pages()
144 static inline void debug_dma_free_pages(struct device *dev, struct page *page, in debug_dma_free_pages()