ReactOS 0.4.16-dev-125-g798ea90
|
#include "acpi.h"
#include "accommon.h"
#include "acparser.h"
#include "amlcode.h"
#include "acconvert.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
ACPI_PARSE_OBJECT * | AcpiPsCreateScopeOp (UINT8 *Aml) |
void | AcpiPsInitOp (ACPI_PARSE_OBJECT *Op, UINT16 Opcode) |
ACPI_PARSE_OBJECT * | AcpiPsAllocOp (UINT16 Opcode, UINT8 *Aml) |
void | AcpiPsFreeOp (ACPI_PARSE_OBJECT *Op) |
BOOLEAN | AcpiPsIsLeadingChar (UINT32 c) |
UINT32 | AcpiPsGetName (ACPI_PARSE_OBJECT *Op) |
void | AcpiPsSetName (ACPI_PARSE_OBJECT *Op, UINT32 name) |
#define _COMPONENT ACPI_PARSER |
ACPI_PARSE_OBJECT * AcpiPsAllocOp | ( | UINT16 | Opcode, |
UINT8 * | Aml | ||
) |
Definition at line 130 of file psutils.c.
Referenced by AcpiDsAutoSerializeMethod(), AcpiDsExecuteArguments(), AcpiDsLoad1BeginOp(), AcpiDsLoad2BeginOp(), AcpiPsCompleteThisOp(), AcpiPsCreateOp(), AcpiPsCreateScopeOp(), AcpiPsGetNextArg(), AcpiPsGetNextField(), and AcpiPsGetNextNamepath().
ACPI_PARSE_OBJECT * AcpiPsCreateScopeOp | ( | UINT8 * | Aml | ) |
Definition at line 67 of file psutils.c.
Referenced by AcpiNsOneCompleteParse(), AcpiPsExecuteMethod(), and AcpiPsExecuteTable().
void AcpiPsFreeOp | ( | ACPI_PARSE_OBJECT * | Op | ) |
Definition at line 212 of file psutils.c.
Referenced by AcpiDsAutoSerializeMethod(), AcpiNsOneCompleteParse(), AcpiPsCreateOp(), AcpiPsDeleteParseTree(), AcpiPsGetNextArg(), and AcpiPsGetNextField().
UINT32 AcpiPsGetName | ( | ACPI_PARSE_OBJECT * | Op | ) |
void AcpiPsInitOp | ( | ACPI_PARSE_OBJECT * | Op, |
UINT16 | Opcode | ||
) |
Definition at line 98 of file psutils.c.
Referenced by AcpiPsAllocOp(), AcpiPsGetNextNamepath(), and AcpiPsGetNextSimpleArg().
void AcpiPsSetName | ( | ACPI_PARSE_OBJECT * | Op, |
UINT32 | name | ||
) |
Definition at line 281 of file psutils.c.
Referenced by AcpiDsAutoSerializeMethod(), and AcpiPsGetNextField().