ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Functions | |
void | AcpiUtPushGenericState (ACPI_GENERIC_STATE **ListHead, ACPI_GENERIC_STATE *State) |
ACPI_GENERIC_STATE * | AcpiUtPopGenericState (ACPI_GENERIC_STATE **ListHead) |
ACPI_GENERIC_STATE * | AcpiUtCreateGenericState (void) |
ACPI_THREAD_STATE * | AcpiUtCreateThreadState (void) |
ACPI_GENERIC_STATE * | AcpiUtCreateUpdateState (ACPI_OPERAND_OBJECT *Object, UINT16 Action) |
ACPI_GENERIC_STATE * | AcpiUtCreatePkgState (void *InternalObject, void *ExternalObject, UINT32 Index) |
ACPI_GENERIC_STATE * | AcpiUtCreateControlState (void) |
void | AcpiUtDeleteGenericState (ACPI_GENERIC_STATE *State) |
#define _COMPONENT ACPI_UTILITIES |
ACPI_GENERIC_STATE * AcpiUtCreateControlState | ( | void | ) |
Definition at line 300 of file utstate.c.
Referenced by AcpiDsExecBeginControlOp().
ACPI_GENERIC_STATE * AcpiUtCreateGenericState | ( | void | ) |
Definition at line 130 of file utstate.c.
Referenced by AcpiDsResultStackPush(), AcpiDsScopeStackPush(), AcpiEvQueueNotifyRequest(), AcpiPsInitScope(), AcpiPsPushScope(), AcpiUtCreateControlState(), AcpiUtCreatePkgState(), AcpiUtCreateThreadState(), and AcpiUtCreateUpdateState().
ACPI_GENERIC_STATE * AcpiUtCreatePkgState | ( | void * | InternalObject, |
void * | ExternalObject, | ||
UINT32 | Index | ||
) |
Definition at line 255 of file utstate.c.
Referenced by AcpiUtWalkPackageTree().
ACPI_THREAD_STATE * AcpiUtCreateThreadState | ( | void | ) |
Definition at line 164 of file utstate.c.
Referenced by AcpiPsParseAml().
ACPI_GENERIC_STATE * AcpiUtCreateUpdateState | ( | ACPI_OPERAND_OBJECT * | Object, |
UINT16 | Action | ||
) |
Definition at line 214 of file utstate.c.
Referenced by AcpiUtCreateUpdateStateAndPush().
void AcpiUtDeleteGenericState | ( | ACPI_GENERIC_STATE * | State | ) |
Definition at line 340 of file utstate.c.
Referenced by AcpiDsDeleteWalkState(), AcpiDsExecEndControlOp(), AcpiDsResultStackPop(), AcpiDsScopeStackClear(), AcpiDsScopeStackPop(), AcpiEvNotifyDispatch(), AcpiEvQueueNotifyRequest(), AcpiPsCleanupScope(), AcpiPsCompleteOp(), AcpiPsParseAml(), AcpiPsPopScope(), AcpiUtUpdateObjectReference(), and AcpiUtWalkPackageTree().
ACPI_GENERIC_STATE * AcpiUtPopGenericState | ( | ACPI_GENERIC_STATE ** | ListHead | ) |
Definition at line 93 of file utstate.c.
Referenced by AcpiDsExecEndControlOp(), AcpiDsResultStackPop(), AcpiDsScopeStackPop(), AcpiPsCleanupScope(), AcpiPsCompleteOp(), AcpiPsParseLoop(), AcpiPsPopScope(), AcpiUtUpdateObjectReference(), and AcpiUtWalkPackageTree().
void AcpiUtPushGenericState | ( | ACPI_GENERIC_STATE ** | ListHead, |
ACPI_GENERIC_STATE * | State | ||
) |
Definition at line 65 of file utstate.c.
Referenced by AcpiDsExecBeginControlOp(), AcpiDsResultStackPush(), AcpiDsScopeStackPush(), AcpiPsPushScope(), AcpiUtCreateUpdateStateAndPush(), and AcpiUtWalkPackageTree().