• Home
  • Raw
  • Download

Lines Matching defs:dev

112 static inline void debug_dma_map_page(struct device *dev, struct page *page,  in debug_dma_map_page()
119 static inline void debug_dma_mapping_error(struct device *dev, in debug_dma_mapping_error()
124 static inline void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
130 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
135 static inline void debug_dma_unmap_sg(struct device *dev, in debug_dma_unmap_sg()
141 static inline void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
146 static inline void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
151 static inline void debug_dma_map_resource(struct device *dev, phys_addr_t addr, in debug_dma_map_resource()
157 static inline void debug_dma_unmap_resource(struct device *dev, in debug_dma_unmap_resource()
163 static inline void debug_dma_sync_single_for_cpu(struct device *dev, in debug_dma_sync_single_for_cpu()
169 static inline void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
175 static inline void debug_dma_sync_single_range_for_cpu(struct device *dev, in debug_dma_sync_single_range_for_cpu()
183 static inline void debug_dma_sync_single_range_for_device(struct device *dev, in debug_dma_sync_single_range_for_device()
191 static inline void debug_dma_sync_sg_for_cpu(struct device *dev, in debug_dma_sync_sg_for_cpu()
197 static inline void debug_dma_sync_sg_for_device(struct device *dev, in debug_dma_sync_sg_for_device()
203 static inline void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings()