Searched defs:device_driver___2 (Results 1 – 2 of 2) sorted by relevance
38239 struct device_driver___2 { struct38240 const char *name;38241 struct bus_type___2 *bus;38242 struct module___2 *owner;38243 const char *mod_name;38244 bool suppress_bind_attrs;38245 enum probe_type probe_type;38246 const struct of_device_id *of_match_table;38247 const struct acpi_device_id *acpi_match_table;38248 int (*probe)(struct device___2 *);[all …]