Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h6667 struct device_driver { struct
6668 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 …]
Dvmlinux.h6667 struct device_driver { struct
6668 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 …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h6928 struct device_driver { struct
6929 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 …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h5744 struct device_driver { struct
5745 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 …]
Dvmlinux_510.h5744 struct device_driver { struct
5745 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 …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h6431 struct device_driver { struct
6432 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 …]
Dvmlinux_505.h6431 struct device_driver { struct
6432 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 …]