• Home
  • Raw
  • Download

Lines Matching defs:dev

68 	struct device    *dev;  member
176 static bool driver_filter(struct device *dev) in driver_filter()
217 #define err_printk(dev, entry, format, arg...) do { \ argument
401 void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings()
822 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations()
844 struct device *dev = data; in dma_debug_device_change() local
1049 static void check_for_stack(struct device *dev, in check_for_stack()
1077 static void check_for_illegal_area(struct device *dev, void *addr, unsigned long len) in check_for_illegal_area()
1084 static void check_sync(struct device *dev, in check_sync()
1160 static void check_sg_segment(struct device *dev, struct scatterlist *sg) in check_sg_segment()
1186 void debug_dma_map_single(struct device *dev, const void *addr, in debug_dma_map_single()
1202 void debug_dma_map_page(struct device *dev, struct page *page, size_t offset, in debug_dma_map_page()
1238 void debug_dma_mapping_error(struct device *dev, dma_addr_t dma_addr) in debug_dma_mapping_error()
1276 void debug_dma_unmap_page(struct device *dev, dma_addr_t addr, in debug_dma_unmap_page()
1292 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
1330 static int get_nr_mapped_entries(struct device *dev, in get_nr_mapped_entries()
1349 void debug_dma_unmap_sg(struct device *dev, struct scatterlist *sglist, in debug_dma_unmap_sg()
1381 void debug_dma_alloc_coherent(struct device *dev, size_t size, in debug_dma_alloc_coherent()
1416 void debug_dma_free_coherent(struct device *dev, size_t size, in debug_dma_free_coherent()
1443 void debug_dma_map_resource(struct device *dev, phys_addr_t addr, size_t size, in debug_dma_map_resource()
1468 void debug_dma_unmap_resource(struct device *dev, dma_addr_t dma_addr, in debug_dma_unmap_resource()
1485 void debug_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in debug_dma_sync_single_for_cpu()
1503 void debug_dma_sync_single_for_device(struct device *dev, in debug_dma_sync_single_for_device()
1522 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
1554 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()