Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Functions | |
char | acpi_ut_hex_to_ascii_char (u64 integer, u32 position) |
char * | acpi_ut_get_region_name (u8 space_id) |
char * | acpi_ut_get_event_name (u32 event_id) |
char * | acpi_ut_get_type_name (acpi_object_type type) |
char * | acpi_ut_get_object_type_name (union acpi_operand_object *obj_desc) |
char * | acpi_ut_get_node_name (void *object) |
char * | acpi_ut_get_descriptor_name (void *object) |
const char * | acpi_ut_get_reference_name (union acpi_operand_object *object) |
u8 | acpi_ut_valid_object_type (acpi_object_type type) |
Variables | |
const u8 | acpi_gbl_ns_properties [ACPI_NUM_NS_TYPES] |
const char * | acpi_gbl_region_types [ACPI_NUM_PREDEFINED_REGIONS] |
#define _COMPONENT ACPI_UTILITIES |
Definition at line 49 of file utdecode.c.
Definition at line 349 of file utdecode.c.
Definition at line 183 of file utdecode.c.
Definition at line 283 of file utdecode.c.
char* acpi_ut_get_object_type_name | ( | union acpi_operand_object * | obj_desc | ) |
Definition at line 261 of file utdecode.c.
const char* acpi_ut_get_reference_name | ( | union acpi_operand_object * | object | ) |
Definition at line 390 of file utdecode.c.
Definition at line 145 of file utdecode.c.
char* acpi_ut_get_type_name | ( | acpi_object_type | type | ) |
Definition at line 251 of file utdecode.c.
Definition at line 111 of file utdecode.c.
u8 acpi_ut_valid_object_type | ( | acpi_object_type | type | ) |
Definition at line 509 of file utdecode.c.
const u8 acpi_gbl_ns_properties[ACPI_NUM_NS_TYPES] |
Definition at line 56 of file utdecode.c.
const char* acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] |
Definition at line 131 of file utdecode.c.