Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
acpi_status | acpi_ex_resolve_object (union acpi_operand_object **source_desc_ptr, acpi_object_type target_type, struct acpi_walk_state *walk_state) |
acpi_status | acpi_ex_store_object_to_object (union acpi_operand_object *source_desc, union acpi_operand_object *dest_desc, union acpi_operand_object **new_desc, struct acpi_walk_state *walk_state) |
#define _COMPONENT ACPI_EXECUTER |
Definition at line 51 of file exstoren.c.
acpi_status acpi_ex_resolve_object | ( | union acpi_operand_object ** | source_desc_ptr, |
acpi_object_type | target_type, | ||
struct acpi_walk_state * | walk_state | ||
) |
Definition at line 69 of file exstoren.c.
acpi_status acpi_ex_store_object_to_object | ( | union acpi_operand_object * | source_desc, |
union acpi_operand_object * | dest_desc, | ||
union acpi_operand_object ** | new_desc, | ||
struct acpi_walk_state * | walk_state | ||
) |
Definition at line 195 of file exstoren.c.