Searched defs:device_driver (Results 1 – 2 of 2) sorted by relevance
95 struct device_driver { struct96 const char *name;97 struct bus_type *bus;99 struct module *owner;100 const char *mod_name; /* used for built-in modules */102 bool suppress_bind_attrs; /* disables bind/unbind via sysfs */103 enum probe_type probe_type;105 const struct of_device_id *of_match_table;129 extern int __must_check driver_register(struct device_driver *drv); argument
102 struct mdev_driver *device_driver; member