ReactOS 0.4.16-dev-321-g63bb46a
|
#include "acpi.h"
#include "accommon.h"
#include "acparser.h"
#include "amlcode.h"
#include "acconvert.h"
#include "acnamesp.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_PARSER |
Functions | |
static ACPI_STATUS | AcpiPsGetAmlOpcode (ACPI_WALK_STATE *WalkState) |
ACPI_STATUS | AcpiPsBuildNamedOp (ACPI_WALK_STATE *WalkState, UINT8 *AmlOpStart, ACPI_PARSE_OBJECT *UnnamedOp, ACPI_PARSE_OBJECT **Op) |
ACPI_STATUS | AcpiPsCreateOp (ACPI_WALK_STATE *WalkState, UINT8 *AmlOpStart, ACPI_PARSE_OBJECT **NewOp) |
ACPI_STATUS | AcpiPsCompleteOp (ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT **Op, ACPI_STATUS Status) |
ACPI_STATUS | AcpiPsCompleteFinalOp (ACPI_WALK_STATE *WalkState, ACPI_PARSE_OBJECT *Op, ACPI_STATUS Status) |
#define _COMPONENT ACPI_PARSER |
Definition at line 51 of file psobject.c.
ACPI_STATUS AcpiPsBuildNamedOp | ( | ACPI_WALK_STATE * | WalkState, |
UINT8 * | AmlOpStart, | ||
ACPI_PARSE_OBJECT * | UnnamedOp, | ||
ACPI_PARSE_OBJECT ** | Op | ||
) |
Definition at line 193 of file psobject.c.
Referenced by AcpiPsCreateOp().
ACPI_STATUS AcpiPsCompleteFinalOp | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_OBJECT * | Op, | ||
ACPI_STATUS | Status | ||
) |
Definition at line 705 of file psobject.c.
Referenced by AcpiPsParseLoop().
ACPI_STATUS AcpiPsCompleteOp | ( | ACPI_WALK_STATE * | WalkState, |
ACPI_PARSE_OBJECT ** | Op, | ||
ACPI_STATUS | Status | ||
) |
Definition at line 495 of file psobject.c.
Referenced by AcpiPsCompleteFinalOp(), and AcpiPsParseLoop().
ACPI_STATUS AcpiPsCreateOp | ( | ACPI_WALK_STATE * | WalkState, |
UINT8 * | AmlOpStart, | ||
ACPI_PARSE_OBJECT ** | NewOp | ||
) |
Definition at line 344 of file psobject.c.
Referenced by AcpiPsParseLoop().
|
static |
Definition at line 75 of file psobject.c.
Referenced by AcpiPsCreateOp().