Searched defs:device_driver (Results 1 – 13 of 13) sorted by relevance
6706 struct device_driver { struct6707 const char *name;6708 const struct bus_type *bus;6709 struct module *owner;6710 const char *mod_name;6711 bool suppress_bind_attrs;6712 enum probe_type probe_type;6713 const struct of_device_id *of_match_table;6714 const struct acpi_device_id *acpi_match_table;6715 int (*probe)(struct device *);[all …]
5213 struct device_driver { struct5214 const char *name;5215 struct bus_type *bus;5216 struct module *owner;5217 const char *mod_name;5218 bool suppress_bind_attrs;5219 enum probe_type probe_type;5220 const struct of_device_id *of_match_table;5221 const struct acpi_device_id *acpi_match_table;5222 int (*probe)(struct device *);[all …]
4928 struct device_driver { struct4929 const char *name;4930 struct bus_type *bus;4931 struct module *owner;4932 const char *mod_name;4933 bool suppress_bind_attrs;4934 enum probe_type probe_type;4935 const struct of_device_id *of_match_table;4936 const struct acpi_device_id *acpi_match_table;4937 int (*probe)(struct device *);[all …]
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 …]
7236 struct device_driver { struct7237 const char *name;7238 struct bus_type *bus;7239 struct module *owner;7240 const char *mod_name;7241 bool suppress_bind_attrs;7242 enum probe_type probe_type;7243 const struct of_device_id *of_match_table;7244 const struct acpi_device_id *acpi_match_table;7245 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 …]
5802 struct device_driver { struct5803 const char *name;5804 struct bus_type *bus;5805 struct module *owner;5806 const char *mod_name;5807 bool suppress_bind_attrs;5808 enum probe_type probe_type;5809 const struct of_device_id *of_match_table;5810 const struct acpi_device_id *acpi_match_table;5811 int (*probe)(struct device *);[all …]
4478 struct device_driver { struct4479 const char *name;4480 struct bus_type *bus;4481 struct module *owner;4482 const char *mod_name;4483 bool suppress_bind_attrs;4484 enum probe_type probe_type;4485 const struct of_device_id *of_match_table;4486 const struct acpi_device_id *acpi_match_table;4487 int (*probe)(struct device *);[all …]