|
XenevaOS
|
#include "acpi.h"#include "accommon.h"#include "acparser.h"#include "amlcode.h"#include "acconvert.h"
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 | ||
| ) |
| ACPI_PARSE_OBJECT * AcpiPsCreateScopeOp | ( | UINT8 * | Aml | ) |
| void AcpiPsFreeOp | ( | ACPI_PARSE_OBJECT * | Op | ) |
| UINT32 AcpiPsGetName | ( | ACPI_PARSE_OBJECT * | Op | ) |
| void AcpiPsInitOp | ( | ACPI_PARSE_OBJECT * | Op, |
| UINT16 | Opcode | ||
| ) |
| void AcpiPsSetName | ( | ACPI_PARSE_OBJECT * | Op, |
| UINT32 | name | ||
| ) |