Lines Matching defs:dev
70 struct device *dev; member
178 static bool driver_filter(struct device *dev) in driver_filter()
219 #define err_printk(dev, entry, format, arg...) do { \ argument
518 void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings()
825 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations()
847 struct device *dev = data; in dma_debug_device_change() local
1057 static void check_for_stack(struct device *dev, in check_for_stack()
1085 static void check_for_illegal_area(struct device *dev, void *addr, unsigned long len) in check_for_illegal_area()
1092 static void check_sync(struct device *dev, in check_sync()
1168 static void check_sg_segment(struct device *dev, struct scatterlist *sg) in check_sg_segment()
1194 void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single()
1210 void debug_dma_map_page(struct device *dev, struct page *page, size_t offset, in debug_dma_map_page()
1245 void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in debug_dma_mapping_error()
1283 void debug_dma_unmap_page(struct device *dev, dma_addr_t dma_addr, in debug_dma_unmap_page()
1299 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
1336 static int get_nr_mapped_entries(struct device *dev, in get_nr_mapped_entries()
1355 void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, in debug_dma_unmap_sg()
1398 void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
1428 void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
1451 void debug_dma_map_resource(struct device *dev, phys_addr_t addr, size_t size, in debug_dma_map_resource()
1475 void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr, in debug_dma_unmap_resource()
1492 void debug_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in debug_dma_sync_single_for_cpu()
1510 void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
1529 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
1560 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()
1590 void debug_dma_alloc_pages(struct device *dev, struct page *page, in debug_dma_alloc_pages()
1614 void debug_dma_free_pages(struct device *dev, struct page *page, in debug_dma_free_pages()