Searched defs:device_driver (Results 1 – 2 of 2) sorted by relevance
6676 struct device_driver { struct6677 const char *name;6678 const struct bus_type *bus;6679 struct module *owner;6680 const char *mod_name;6681 bool suppress_bind_attrs;6682 enum probe_type probe_type;6683 const struct of_device_id *of_match_table;6684 const struct acpi_device_id *acpi_match_table;6685 int (*probe)(struct device *);[all …]
6285 struct device_driver { struct6286 const char *name;6287 const struct bus_type *bus;6288 struct module *owner;6289 const char *mod_name;6290 bool suppress_bind_attrs;6291 enum probe_type probe_type;6292 const struct of_device_id *of_match_table;6293 const struct acpi_device_id *acpi_match_table;6294 int (*probe)(struct device *);[all …]