• Home
  • Raw
  • Download

Lines Matching refs:dev

12 extern void debug_dma_map_page(struct device *dev, struct page *page,
17 extern void debug_dma_unmap_page(struct device *dev, dma_addr_t addr,
20 extern void debug_dma_map_sg(struct device *dev, struct scatterlist *sg,
24 extern void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist,
27 extern void debug_dma_alloc_coherent(struct device *dev, size_t size,
31 extern void debug_dma_free_coherent(struct device *dev, size_t size,
34 extern void debug_dma_map_resource(struct device *dev, phys_addr_t addr,
39 extern void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr,
42 extern void debug_dma_sync_single_for_cpu(struct device *dev,
46 extern void debug_dma_sync_single_for_device(struct device *dev,
50 extern void debug_dma_sync_sg_for_cpu(struct device *dev,
54 extern void debug_dma_sync_sg_for_device(struct device *dev,
57 extern void debug_dma_alloc_pages(struct device *dev, struct page *page,
61 extern void debug_dma_free_pages(struct device *dev, struct page *page,
65 static inline void debug_dma_map_page(struct device *dev, struct page *page, in debug_dma_map_page() argument
72 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page() argument
77 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg() argument
83 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg() argument
89 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent() argument
95 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent() argument
100 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource() argument
107 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource() argument
113 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu() argument
119 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device() argument
125 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu() argument
131 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device() argument
137 static inline void debug_dma_alloc_pages(struct device *dev, struct page *page, in debug_dma_alloc_pages() argument
144 static inline void debug_dma_free_pages(struct device *dev, struct page *page, in debug_dma_free_pages() argument