ReactOS 0.4.16-dev-329-g9223134
|
#include <aclocal.h>
Public Attributes | |
union acpi_operand_object * | Object |
UINT8 | DescriptorType |
UINT8 | Type |
UINT16 | Flags |
ACPI_NAME_UNION | Name |
struct acpi_namespace_node * | Parent |
struct acpi_namespace_node * | Child |
struct acpi_namespace_node * | Peer |
ACPI_OWNER_ID | OwnerId |
struct acpi_namespace_node* acpi_namespace_node::Child |
Definition at line 193 of file aclocal.h.
Referenced by AcpiNsDeleteChildren(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsInstallNode(), AcpiNsRemoveNode(), and AcpiNsWalkNamespace().
UINT8 acpi_namespace_node::DescriptorType |
Definition at line 188 of file aclocal.h.
Referenced by AcpiNsRootInitialize().
UINT16 acpi_namespace_node::Flags |
Definition at line 190 of file aclocal.h.
Referenced by AcpiEvAsynchExecuteGpeMethod(), AcpiNsExecuteTable(), AcpiNsFindIniMethods(), AcpiNsLookup(), AcpiNsSearchAndEnter(), and AcpiNsWalkNamespace().
ACPI_NAME_UNION acpi_namespace_node::Name |
Definition at line 191 of file aclocal.h.
Referenced by AcpiDsCallControlMethod(), AcpiDsResolvePackageElement(), AcpiEvCreateGpeBlock(), AcpiEvMatchGpeMethod(), AcpiExDoDebugObject(), AcpiExReleaseAllMutexes(), AcpiNsBuildNormalizedPath(), AcpiNsCheckObjectType(), and AcpiNsLookup().
union acpi_operand_object* acpi_namespace_node::Object |
Definition at line 187 of file aclocal.h.
Referenced by AcpiDsCreateField(), AcpiDsResolvePackageElement(), AcpiEvExecuteOrphanRegMethod(), AcpiExCreateAlias(), AcpiNsEvaluate(), and AcpiNsLookup().
ACPI_OWNER_ID acpi_namespace_node::OwnerId |
Definition at line 195 of file aclocal.h.
Referenced by AcpiEvMatchGpeMethod(), and AcpiNsDeleteNamespaceByOwner().
struct acpi_namespace_node* acpi_namespace_node::Parent |
Definition at line 192 of file aclocal.h.
Referenced by AcpiEvExecuteRegMethod(), AcpiEvInitializeRegion(), AcpiEvPciConfigRegionSetup(), AcpiNsBuildNormalizedPath(), AcpiNsDeleteNamespaceByOwner(), AcpiNsDeleteNamespaceSubtree(), AcpiNsFindIniMethods(), AcpiNsLookup(), AcpiNsRootInitialize(), AcpiNsSearchParentTree(), and AcpiNsWalkNamespace().
struct acpi_namespace_node* acpi_namespace_node::Peer |
Definition at line 194 of file aclocal.h.
Referenced by AcpiNsDeleteChildren(), AcpiNsGetNextNodeTyped(), AcpiNsInstallNode(), AcpiNsRemoveNode(), and AcpiNsRootInitialize().
UINT8 acpi_namespace_node::Type |
Definition at line 189 of file aclocal.h.
Referenced by AcpiDsLoad2EndOp(), AcpiDsResolvePackageElement(), AcpiEvExecuteOrphanRegMethod(), AcpiEvPciConfigRegionSetup(), AcpiExCreateAlias(), AcpiExOpcode_1A_0T_1R(), AcpiExResolveObjectToValue(), AcpiExResolveOperands(), AcpiNsCheckObjectType(), AcpiNsFindIniMethods(), AcpiNsGetNextNodeTyped(), AcpiNsInstallNode(), AcpiNsLookup(), AcpiNsRootInitialize(), AcpiNsSearchAndEnter(), AcpiNsWalkNamespace(), and AcpiUtGetMutexObject().