Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 9 of 9) sorted by relevance

/lib/
Ddevres.c7 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
12 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match()
25 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap()
54 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset, in devm_ioremap_nocache()
81 void devm_iounmap(struct device *dev, void __iomem *addr) in devm_iounmap()
107 void __iomem *devm_ioremap_resource(struct device *dev, struct resource *res) in devm_ioremap_resource()
147 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release()
152 static int devm_ioport_map_match(struct device *dev, void *res, in devm_ioport_map_match()
167 void __iomem *devm_ioport_map(struct device *dev, unsigned long port, in devm_ioport_map()
195 void devm_ioport_unmap(struct device *dev, void __iomem *addr) in devm_ioport_unmap()
[all …]
Ddma-debug.c72 struct device *dev; member
174 static bool driver_filter(struct device *dev) in driver_filter()
215 #define err_printk(dev, entry, format, arg...) do { \ argument
398 void debug_dma_dump_mappings(struct device *dev) in debug_dma_dump_mappings()
918 static int device_dma_allocations(struct device *dev, struct dma_debug_entry **out_entry) in device_dma_allocations()
944 struct device *dev = data; in dma_debug_device_change() local
1149 static void check_for_stack(struct device *dev, void *addr) in check_for_stack()
1166 static void check_for_illegal_area(struct device *dev, void *addr, unsigned long len) in check_for_illegal_area()
1173 static void check_sync(struct device *dev, in check_sync()
1240 void debug_dma_map_page(struct device *dev, struct page *page, size_t offset, in debug_dma_map_page()
[all …]
Dpci_iomap.c26 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
Dtest_firmware.c50 static ssize_t trigger_request_store(struct device *dev, in trigger_request_store()
Dgenalloc.c569 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release()
584 struct gen_pool *devm_gen_pool_create(struct device *dev, int min_alloc_order, in devm_gen_pool_create()
609 struct gen_pool *dev_get_gen_pool(struct device *dev) in dev_get_gen_pool()
Dswiotlb.c699 swiotlb_full(struct device *dev, size_t size, enum dma_data_direction dir, in swiotlb_full()
730 dma_addr_t swiotlb_map_page(struct device *dev, struct page *page, in swiotlb_map_page()
Dtest_bpf.c1761 static struct net_device dev; variable
Ddynamic_debug.c565 const struct device *dev, const char *fmt, ...) in __dynamic_dev_dbg()
596 const struct net_device *dev, const char *fmt, ...) in __dynamic_netdev_dbg()
Diomap.c247 void pci_iounmap(struct pci_dev *dev, void __iomem * addr) in pci_iounmap()