Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
#define | ACPI_RESOURCE_ERROR(plist) ACPI_ERROR(plist) |
Functions | |
acpi_status | acpi_ut_walk_aml_resources (u8 *aml, acpi_size aml_length, acpi_walk_aml_callback user_function, void **context) |
acpi_status | acpi_ut_validate_resource (void *aml, u8 *return_index) |
u8 | acpi_ut_get_resource_type (void *aml) |
u16 | acpi_ut_get_resource_length (void *aml) |
u8 | acpi_ut_get_resource_header_length (void *aml) |
u32 | acpi_ut_get_descriptor_length (void *aml) |
acpi_status | acpi_ut_get_resource_end_tag (union acpi_operand_object *obj_desc, u8 **end_tag) |
Variables | |
const u8 | acpi_gbl_resource_aml_sizes [] |
const u8 | acpi_gbl_resource_aml_serial_bus_sizes [] |
#define _COMPONENT ACPI_UTILITIES |
#define ACPI_RESOURCE_ERROR | ( | plist | ) | ACPI_ERROR(plist) |
acpi_status acpi_ut_get_resource_end_tag | ( | union acpi_operand_object * | obj_desc, |
u8 ** | end_tag | ||
) |
acpi_status acpi_ut_validate_resource | ( | void * | aml, |
u8 * | return_index | ||
) |
acpi_status acpi_ut_walk_aml_resources | ( | u8 * | aml, |
acpi_size | aml_length, | ||
acpi_walk_aml_callback | user_function, | ||
void ** | context | ||
) |