Linux Kernel
3.7.1
|
#include <actypes.h>
Data Fields | |
acpi_object_type | type |
struct { | |
acpi_object_type type | |
u64 value | |
} | integer |
struct { | |
acpi_object_type type | |
u32 length | |
char * pointer | |
} | string |
struct { | |
acpi_object_type type | |
u32 length | |
u8 * pointer | |
} | buffer |
struct { | |
acpi_object_type type | |
u32 count | |
union acpi_object * elements | |
} | package |
struct { | |
acpi_object_type type | |
acpi_object_type actual_type | |
acpi_handle handle | |
} | reference |
struct { | |
acpi_object_type type | |
u32 proc_id | |
acpi_io_address pblk_address | |
u32 pblk_length | |
} | processor |
struct { | |
acpi_object_type type | |
u32 system_level | |
u32 resource_order | |
} | power_resource |
acpi_object_type actual_type |
struct { ... } buffer |
union acpi_object* elements |
struct { ... } integer |
struct { ... } package |
struct { ... } power_resource |
struct { ... } processor |
struct { ... } reference |
struct { ... } string |