Searched defs:device_driver (Results 1 – 1 of 1) sorted by relevance
6928 struct device_driver { struct6929 const char *name;6930 struct bus_type *bus;6931 struct module *owner;6932 const char *mod_name;6933 bool suppress_bind_attrs;6934 enum probe_type probe_type;6935 const struct of_device_id *of_match_table;6936 const struct acpi_device_id *acpi_match_table;6937 int (*probe)(struct device *);[all …]