ReactOS 0.4.16-dev-737-g3368adc
|
Go to the source code of this file.
Classes | |
struct | acpi_walk_state |
struct | acpi_init_walk_info |
struct | acpi_get_devices_info |
union | acpi_aml_operands |
struct | acpi_evaluate_info |
struct | acpi_device_walk_info |
struct | acpi_region_walk_info |
struct | acpi_walk_info |
Macros | |
#define | ACPI_NEXT_OP_DOWNWARD 1 |
#define | ACPI_NEXT_OP_UPWARD 2 |
#define | ACPI_WALK_NON_METHOD 0 |
#define | ACPI_WALK_METHOD 0x01 |
#define | ACPI_WALK_METHOD_RESTART 0x02 |
#define | ACPI_IGNORE_RETURN_VALUE 1 |
#define | ACPI_OBJECT_REPAIRED 1 |
#define | ACPI_OBJECT_WRAPPED 2 |
#define | ACPI_DISPLAY_SUMMARY (UINT8) 0 |
#define | ACPI_DISPLAY_OBJECTS (UINT8) 1 |
#define | ACPI_DISPLAY_MASK (UINT8) 1 |
#define | ACPI_DISPLAY_SHORT (UINT8) 2 |
Typedefs | |
typedef struct acpi_walk_state | ACPI_WALK_STATE |
typedef struct acpi_init_walk_info | ACPI_INIT_WALK_INFO |
typedef struct acpi_get_devices_info | ACPI_GET_DEVICES_INFO |
typedef union acpi_aml_operands | ACPI_AML_OPERANDS |
typedef struct acpi_evaluate_info | ACPI_EVALUATE_INFO |
typedef struct acpi_device_walk_info | ACPI_DEVICE_WALK_INFO |
typedef struct acpi_region_walk_info | ACPI_REGION_WALK_INFO |
typedef struct acpi_walk_info | ACPI_WALK_INFO |
Definition at line 280 of file acstruct.h.
Definition at line 279 of file acstruct.h.
Definition at line 282 of file acstruct.h.
Definition at line 278 of file acstruct.h.
#define ACPI_IGNORE_RETURN_VALUE 1 |
Definition at line 231 of file acstruct.h.
#define ACPI_NEXT_OP_DOWNWARD 1 |
Definition at line 61 of file acstruct.h.
#define ACPI_NEXT_OP_UPWARD 2 |
Definition at line 62 of file acstruct.h.
#define ACPI_OBJECT_REPAIRED 1 |
Definition at line 235 of file acstruct.h.
#define ACPI_OBJECT_WRAPPED 2 |
Definition at line 236 of file acstruct.h.
#define ACPI_WALK_METHOD 0x01 |
Definition at line 69 of file acstruct.h.
#define ACPI_WALK_METHOD_RESTART 0x02 |
Definition at line 70 of file acstruct.h.
#define ACPI_WALK_NON_METHOD 0 |
Definition at line 68 of file acstruct.h.
typedef union acpi_aml_operands ACPI_AML_OPERANDS |
typedef struct acpi_walk_info ACPI_WALK_INFO |
typedef struct acpi_walk_state ACPI_WALK_STATE |