Lines Matching defs:dev
69 struct device *dev; member
170 static bool driver_filter(struct device *dev) in driver_filter()
211 #define err_printk(dev, entry, format, arg...) do { \ argument
399 void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings()
861 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations()
883 struct device *dev = data; in dma_debug_device_change() local
1090 static void check_for_stack(struct device *dev, in check_for_stack()
1128 static void check_for_illegal_area(struct device *dev, void *addr, unsigned long len) in check_for_illegal_area()
1135 static void check_sync(struct device *dev, in check_sync()
1210 static void check_sg_segment(struct device *dev, struct scatterlist *sg) in check_sg_segment()
1236 void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single()
1252 void debug_dma_map_page(struct device *dev, struct page *page, size_t offset, in debug_dma_map_page()
1288 void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in debug_dma_mapping_error()
1326 void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
1343 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
1381 static int get_nr_mapped_entries(struct device *dev, in get_nr_mapped_entries()
1400 void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, in debug_dma_unmap_sg()
1433 void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
1467 void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
1494 void debug_dma_map_resource(struct device *dev, phys_addr_t addr, size_t size, in debug_dma_map_resource()
1519 void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr, in debug_dma_unmap_resource()
1537 void debug_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in debug_dma_sync_single_for_cpu()
1556 void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
1576 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
1609 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()