Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h16689 struct acpi_driver { struct
16690 char name[80];
16691 char class[80];
16692 const struct acpi_device_id *ids;
16693 unsigned int flags;
16694 struct acpi_device_ops ops;
16695 struct device_driver drv;
16696 struct module *owner;