Searched defs:device_driver (Results 1 – 7 of 7) sorted by relevance
6667 struct device_driver { struct6668 const char *name;6669 struct bus_type *bus;6670 struct module *owner;6671 const char *mod_name;6672 bool suppress_bind_attrs;6673 enum probe_type probe_type;6674 const struct of_device_id *of_match_table;6675 const struct acpi_device_id *acpi_match_table;6676 int (*probe)(struct device *);[all …]
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 …]
5744 struct device_driver { struct5745 const char *name;5746 struct bus_type *bus;5747 struct module *owner;5748 const char *mod_name;5749 bool suppress_bind_attrs;5750 enum probe_type probe_type;5751 const struct of_device_id *of_match_table;5752 const struct acpi_device_id *acpi_match_table;5753 int (*probe)(struct device *);[all …]
6431 struct device_driver { struct6432 const char *name;6433 struct bus_type *bus;6434 struct module *owner;6435 const char *mod_name;6436 bool suppress_bind_attrs;6437 enum probe_type probe_type;6438 const struct of_device_id *of_match_table;6439 const struct acpi_device_id *acpi_match_table;6440 int (*probe)(struct device *);[all …]