Searched defs:device_driver (Results 1 – 4 of 4) sorted by relevance
259 struct device_driver { struct260 const char *name;261 struct bus_type *bus;285 extern int __must_check driver_register(struct device_driver *drv); argument
52 static struct platform_driver device_driver = { variable
1716 static struct pci_driver device_driver = { variable
452 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()