Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
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_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_WALK_CONST_REQUIRED 0x10 |
#define | ACPI_WALK_CONST_OPTIONAL 0x20 |
#define | ACPI_IGNORE_RETURN_VALUE 1 |
#define | ACPI_DISPLAY_SUMMARY (u8) 0 |
#define | ACPI_DISPLAY_OBJECTS (u8) 1 |
#define | ACPI_DISPLAY_MASK (u8) 1 |
#define | ACPI_DISPLAY_SHORT (u8) 2 |
#define ACPI_DISPLAY_MASK (u8) 1 |
Definition at line 224 of file acstruct.h.
#define ACPI_DISPLAY_OBJECTS (u8) 1 |
Definition at line 223 of file acstruct.h.
#define ACPI_DISPLAY_SHORT (u8) 2 |
Definition at line 226 of file acstruct.h.
#define ACPI_DISPLAY_SUMMARY (u8) 0 |
Definition at line 222 of file acstruct.h.
#define ACPI_IGNORE_RETURN_VALUE 1 |
Definition at line 199 of file acstruct.h.
#define ACPI_NEXT_OP_DOWNWARD 1 |
Definition at line 60 of file acstruct.h.
#define ACPI_NEXT_OP_UPWARD 2 |
Definition at line 61 of file acstruct.h.
#define ACPI_WALK_CONST_OPTIONAL 0x20 |
Definition at line 74 of file acstruct.h.
#define ACPI_WALK_CONST_REQUIRED 0x10 |
Definition at line 73 of file acstruct.h.
#define ACPI_WALK_METHOD 0x01 |
Definition at line 68 of file acstruct.h.
#define ACPI_WALK_METHOD_RESTART 0x02 |
Definition at line 69 of file acstruct.h.
#define ACPI_WALK_NON_METHOD 0 |
Definition at line 67 of file acstruct.h.