Searched defs:device_driver (Results 1 – 4 of 4) sorted by relevance
96 struct device_driver { struct97 const char *name;98 const struct bus_type *bus;100 struct module *owner;101 const char *mod_name; /* used for built-in modules */125 int __must_check driver_register(struct device_driver *drv); argument
147 struct usbip_host_driver device_driver = { variable
444 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()
1856 static struct pci_driver device_driver = { variable