Home
last modified time | relevance | path

Searched defs:device_driver (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h5921 struct device_driver { struct
5922 const char *name;
5923 struct bus_type *bus;
5924 struct module *owner;
5925 const char *mod_name;
5926 bool suppress_bind_attrs;
5927 enum probe_type probe_type;
5928 const struct of_device_id *of_match_table;
5929 const struct acpi_device_id *acpi_match_table;
5930 int (*probe)(struct device *);
[all …]