Lines Matching defs:dev
54 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page()
60 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
65 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
70 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg()
76 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
81 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
86 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource()
92 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource()
98 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu()
104 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
110 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu()
116 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device()