ReactOS 0.4.15-dev-7961-gdcf9eb0
acstruct.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ ACPI_DISPLAY_MASK

#define ACPI_DISPLAY_MASK   (UINT8) 1

Definition at line 280 of file acstruct.h.

◆ ACPI_DISPLAY_OBJECTS

#define ACPI_DISPLAY_OBJECTS   (UINT8) 1

Definition at line 279 of file acstruct.h.

◆ ACPI_DISPLAY_SHORT

#define ACPI_DISPLAY_SHORT   (UINT8) 2

Definition at line 282 of file acstruct.h.

◆ ACPI_DISPLAY_SUMMARY

#define ACPI_DISPLAY_SUMMARY   (UINT8) 0

Definition at line 278 of file acstruct.h.

◆ ACPI_IGNORE_RETURN_VALUE

#define ACPI_IGNORE_RETURN_VALUE   1

Definition at line 231 of file acstruct.h.

◆ ACPI_NEXT_OP_DOWNWARD

#define ACPI_NEXT_OP_DOWNWARD   1

Definition at line 61 of file acstruct.h.

◆ ACPI_NEXT_OP_UPWARD

#define ACPI_NEXT_OP_UPWARD   2

Definition at line 62 of file acstruct.h.

◆ ACPI_OBJECT_REPAIRED

#define ACPI_OBJECT_REPAIRED   1

Definition at line 235 of file acstruct.h.

◆ ACPI_OBJECT_WRAPPED

#define ACPI_OBJECT_WRAPPED   2

Definition at line 236 of file acstruct.h.

◆ ACPI_WALK_METHOD

#define ACPI_WALK_METHOD   0x01

Definition at line 69 of file acstruct.h.

◆ ACPI_WALK_METHOD_RESTART

#define ACPI_WALK_METHOD_RESTART   0x02

Definition at line 70 of file acstruct.h.

◆ ACPI_WALK_NON_METHOD

#define ACPI_WALK_NON_METHOD   0

Definition at line 68 of file acstruct.h.

Typedef Documentation

◆ ACPI_AML_OPERANDS

◆ ACPI_DEVICE_WALK_INFO

◆ ACPI_EVALUATE_INFO

◆ ACPI_GET_DEVICES_INFO

◆ ACPI_INIT_WALK_INFO

◆ ACPI_REGION_WALK_INFO

◆ ACPI_WALK_INFO

◆ ACPI_WALK_STATE