Home
last modified time | relevance | path

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

/lib/
Ddevres.c15 void devm_ioremap_release(struct device *dev, void *res) in devm_ioremap_release()
20 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) in devm_ioremap_match()
25 static void __iomem *__devm_ioremap(struct device *dev, resource_size_t offset, in __devm_ioremap()
64 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap()
80 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset, in devm_ioremap_nocache()
95 void __iomem *devm_ioremap_wc(struct device *dev, resource_size_t offset, in devm_ioremap_wc()
109 void devm_iounmap(struct device *dev, void __iomem *addr) in devm_iounmap()
134 void __iomem *devm_ioremap_resource(struct device *dev, in devm_ioremap_resource()
187 void __iomem *devm_of_iomap(struct device *dev, struct device_node *node, int index, in devm_of_iomap()
204 static void devm_ioport_map_release(struct device *dev, void *res) in devm_ioport_map_release()
[all …]
Dtest_firmware.c43 struct device *dev; member
197 static ssize_t reset_store(struct device *dev, in reset_store()
225 static ssize_t config_show(struct device *dev, in config_show()
268 static ssize_t config_name_store(struct device *dev, in config_name_store()
367 static ssize_t config_name_show(struct device *dev, in config_name_show()
375 static ssize_t config_num_requests_store(struct device *dev, in config_num_requests_store()
397 static ssize_t config_num_requests_show(struct device *dev, in config_num_requests_show()
405 static ssize_t config_into_buf_store(struct device *dev, in config_into_buf_store()
414 static ssize_t config_into_buf_show(struct device *dev, in config_into_buf_show()
422 static ssize_t config_sync_direct_store(struct device *dev, in config_sync_direct_store()
[all …]
Dpci_iomap.c28 void __iomem *pci_iomap_range(struct pci_dev *dev, in pci_iomap_range()
68 void __iomem *pci_iomap_wc_range(struct pci_dev *dev, in pci_iomap_wc_range()
111 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap()
132 void __iomem *pci_iomap_wc(struct pci_dev *dev, int bar, unsigned long maxlen) in pci_iomap_wc()
Dtest_kmod.c133 struct device *dev; member
159 static struct miscdevice *dev_to_misc_dev(struct device *dev) in dev_to_misc_dev()
169 static struct kmod_test_device *dev_to_test_dev(struct device *dev) in dev_to_test_dev()
459 static ssize_t config_show(struct device *dev, in config_show()
564 trigger_config_store(struct device *dev, in trigger_config_store()
652 static ssize_t config_test_driver_store(struct device *dev, in config_test_driver_store()
687 static ssize_t config_test_driver_show(struct device *dev, in config_test_driver_show()
699 static ssize_t config_test_fs_store(struct device *dev, in config_test_fs_store()
718 static ssize_t config_test_fs_show(struct device *dev, in config_test_fs_show()
845 static ssize_t reset_store(struct device *dev, in reset_store()
[all …]
Dgenalloc.c772 static void devm_gen_pool_release(struct device *dev, void *res) in devm_gen_pool_release()
777 static int devm_gen_pool_match(struct device *dev, void *res, void *data) in devm_gen_pool_match()
798 struct gen_pool *gen_pool_get(struct device *dev, const char *name) in gen_pool_get()
821 struct gen_pool *devm_gen_pool_create(struct device *dev, int min_alloc_order, in devm_gen_pool_create()
Dtest_overflow.c561 struct device *dev; in test_overflow_allocation() local
Ddynamic_debug.c574 const struct device *dev, const char *fmt, ...) in __dynamic_dev_dbg()
605 const struct net_device *dev, const char *fmt, ...) in __dynamic_netdev_dbg()
Diomap.c380 void pci_iounmap(struct pci_dev *dev, void __iomem * addr) in pci_iounmap()
Dtest_bpf.c6466 static struct net_device dev; variable