Searched defs:device_driver (Results 1 – 11 of 11) sorted by relevance
5352 struct device_driver { struct5353 const char *name;5354 const struct bus_type *bus;5355 struct module *owner;5356 const char *mod_name;5357 bool suppress_bind_attrs;5358 enum probe_type probe_type;5359 const struct of_device_id *of_match_table;5360 const struct acpi_device_id *acpi_match_table;5361 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 …]
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 …]
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 …]