Home
last modified time | relevance | path

Searched defs:device_driver (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Ddevice.h389 struct device_driver { struct
390 const char *name;
391 struct bus_type *bus;
393 struct module *owner;
394 const char *mod_name; /* used for built-in modules */
396 bool suppress_bind_attrs; /* disables bind/unbind via sysfs */
397 enum probe_type probe_type;
399 const struct of_device_id *of_match_table;
423 extern int __must_check driver_register(struct device_driver *drv); argument