|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "amlcode.h"#include "acdispat.h"#include "acinterp.h"#include "acnamesp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
Functions | |
| acpi_status | acpi_ex_resolve_to_value (union acpi_operand_object **stack_ptr, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_resolve_multiple (struct acpi_walk_state *walk_state, union acpi_operand_object *operand, acpi_object_type *return_type, union acpi_operand_object **return_desc) |
| #define _COMPONENT ACPI_EXECUTER |
Definition at line 52 of file exresolv.c.
| acpi_status acpi_ex_resolve_multiple | ( | struct acpi_walk_state * | walk_state, |
| union acpi_operand_object * | operand, | ||
| acpi_object_type * | return_type, | ||
| union acpi_operand_object ** | return_desc | ||
| ) |
Definition at line 336 of file exresolv.c.
| acpi_status acpi_ex_resolve_to_value | ( | union acpi_operand_object ** | stack_ptr, |
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 76 of file exresolv.c.
1.8.2