Searched defs:device_driver (Results 1 – 4 of 4) sorted by relevance
98 struct device_driver { struct99 const char *name;100 const struct bus_type *bus;102 struct module *owner;103 const char *mod_name; /* used for built-in modules */105 bool suppress_bind_attrs; /* disables bind/unbind via sysfs */106 enum probe_type probe_type;108 const struct of_device_id *of_match_table;109 const struct acpi_device_id *acpi_match_table;134 int __must_check driver_register(struct device_driver *drv); argument
7 struct device_driver { struct8 const char *name;
147 struct usbip_host_driver device_driver = { variable
487 void *data, int (*fn)(struct device_driver *, void *)) in bus_for_each_drv()