Lines Matching defs:dev
58 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page()
65 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
70 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
76 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg()
82 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
88 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
93 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource()
100 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource()
106 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu()
112 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
118 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu()
124 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device()