Searched defs:device_driver (Results 1 – 5 of 5) sorted by relevance
368 struct device_driver { struct369 const char *name;370 struct bus_type *bus;372 struct module *owner;396 extern int __must_check driver_register(struct device_driver *drv); argument
147 struct usbip_host_driver device_driver = { variable
49 static struct platform_driver device_driver = { variable
1797 static struct pci_driver device_driver = { variable
418 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()