Searched defs:device_driver (Results 1 – 5 of 5) sorted by relevance
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
155 struct usbip_host_driver device_driver = { variable
52 static struct platform_driver device_driver = { variable
1803 static struct pci_driver device_driver = { variable
449 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()