Linux Kernel
3.7.1
|
#include <acobject.h>
Data Fields | |
ACPI_OBJECT_COMMON_HEADER u8 | info_flags |
u8 | param_count |
u8 | sync_level |
union acpi_operand_object * | mutex |
u8 * | aml_start |
union { | |
ACPI_INTERNAL_METHOD implementation | |
union acpi_operand_object * handler | |
} | dispatch |
u32 | aml_length |
u8 | thread_count |
acpi_owner_id | owner_id |
Definition at line 175 of file acobject.h.
u32 aml_length |
Definition at line 186 of file acobject.h.
u8* aml_start |
Definition at line 180 of file acobject.h.
union { ... } dispatch |
union acpi_operand_object* handler |
Definition at line 183 of file acobject.h.
ACPI_INTERNAL_METHOD implementation |
Definition at line 182 of file acobject.h.
ACPI_OBJECT_COMMON_HEADER u8 info_flags |
Definition at line 176 of file acobject.h.
union acpi_operand_object* mutex |
Definition at line 179 of file acobject.h.
acpi_owner_id owner_id |
Definition at line 188 of file acobject.h.
u8 param_count |
Definition at line 177 of file acobject.h.
u8 sync_level |
Definition at line 178 of file acobject.h.
u8 thread_count |
Definition at line 187 of file acobject.h.