ReactOS 0.4.15-dev-8614-gbc76250
|
#include <aclocal.h>
Public Attributes | |
ACPI_NAMESPACE_NODE * | GpeDevice |
ACPI_GPE_BLOCK_INFO * | GpeBlock |
UINT16 | Count |
ACPI_OWNER_ID | OwnerId |
BOOLEAN | ExecuteByOwnerId |
UINT16 acpi_gpe_walk_info::Count |
Definition at line 613 of file aclocal.h.
Referenced by AcpiEvUpdateGpes().
BOOLEAN acpi_gpe_walk_info::ExecuteByOwnerId |
Definition at line 615 of file aclocal.h.
Referenced by AcpiEvCreateGpeBlock(), AcpiEvMatchGpeMethod(), and AcpiEvUpdateGpes().
ACPI_GPE_BLOCK_INFO* acpi_gpe_walk_info::GpeBlock |
Definition at line 612 of file aclocal.h.
Referenced by AcpiEvCreateGpeBlock(), AcpiEvMatchGpeMethod(), and AcpiEvUpdateGpes().
ACPI_NAMESPACE_NODE* acpi_gpe_walk_info::GpeDevice |
Definition at line 611 of file aclocal.h.
Referenced by AcpiEvCreateGpeBlock(), and AcpiEvUpdateGpes().
ACPI_OWNER_ID acpi_gpe_walk_info::OwnerId |
Definition at line 614 of file aclocal.h.
Referenced by AcpiEvMatchGpeMethod(), and AcpiEvUpdateGpes().