|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <acstruct.h>

Public Attributes | |
| ACPI_OPERAND_OBJECT * | Operands [7] |
| struct { | |
| ACPI_OBJECT_INTEGER * Type | |
| ACPI_OBJECT_INTEGER * Code | |
| ACPI_OBJECT_INTEGER * Argument | |
| } | Fatal |
| struct { | |
| ACPI_OPERAND_OBJECT * Source | |
| ACPI_OBJECT_INTEGER * Index | |
| ACPI_OPERAND_OBJECT * Target | |
| } | Index |
| struct { | |
| ACPI_OPERAND_OBJECT * Source | |
| ACPI_OBJECT_INTEGER * Index | |
| ACPI_OBJECT_INTEGER * Length | |
| ACPI_OPERAND_OBJECT * Target | |
| } | Mid |
Definition at line 167 of file acstruct.h.
| ACPI_OBJECT_INTEGER* acpi_aml_operands::Argument |
Definition at line 175 of file acstruct.h.
| ACPI_OBJECT_INTEGER* acpi_aml_operands::Code |
Definition at line 174 of file acstruct.h.
| struct { ... } acpi_aml_operands::Fatal |
| ACPI_OBJECT_INTEGER* acpi_aml_operands::Index |
Definition at line 182 of file acstruct.h.
| struct { ... } acpi_aml_operands::Index |
| ACPI_OBJECT_INTEGER* acpi_aml_operands::Length |
Definition at line 191 of file acstruct.h.
| struct { ... } acpi_aml_operands::Mid |
| ACPI_OPERAND_OBJECT* acpi_aml_operands::Operands[7] |
Definition at line 169 of file acstruct.h.
| ACPI_OPERAND_OBJECT* acpi_aml_operands::Source |
Definition at line 181 of file acstruct.h.
| ACPI_OPERAND_OBJECT* acpi_aml_operands::Target |
Definition at line 183 of file acstruct.h.
| ACPI_OBJECT_INTEGER* acpi_aml_operands::Type |
Definition at line 173 of file acstruct.h.