Searched defs:device_driver (Results 1 – 1 of 1) 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 */103 bool suppress_bind_attrs; /* disables bind/unbind via sysfs */104 enum probe_type probe_type;106 const struct of_device_id *of_match_table;130 int __must_check driver_register(struct device_driver *drv); argument