Searched defs:device_driver (Results 1 – 9 of 9) sorted by relevance
95 struct device_driver { struct96 const char *name;97 struct bus_type *bus;99 struct module *owner;100 const char *mod_name; /* used for built-in modules */124 extern int __must_check driver_register(struct device_driver *drv); argument
277 struct device_driver { struct278 const char *name;279 struct bus_type *bus;304 extern int __must_check driver_register(struct device_driver *drv); argument
157 struct usbip_host_driver device_driver = { variable
147 struct usbip_host_driver device_driver = { variable
52 static struct platform_driver device_driver = { variable
1794 static struct pci_driver device_driver = { variable
1804 static struct pci_driver device_driver = { variable
419 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()
452 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()