|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acparser.h"#include "amlcode.h"#include "acdispat.h"#include "acinterp.h"#include "acnamesp.h"#include "acdebug.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| void | acpi_ds_clear_implicit_return (struct acpi_walk_state *walk_state) |
| u8 | acpi_ds_do_implicit_return (union acpi_operand_object *return_desc, struct acpi_walk_state *walk_state, u8 add_reference) |
| u8 | acpi_ds_is_result_used (union acpi_parse_object *op, struct acpi_walk_state *walk_state) |
| void | acpi_ds_delete_result_if_not_used (union acpi_parse_object *op, union acpi_operand_object *result_obj, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_resolve_operands (struct acpi_walk_state *walk_state) |
| void | acpi_ds_clear_operands (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_create_operand (struct acpi_walk_state *walk_state, union acpi_parse_object *arg, u32 arg_index) |
| acpi_status | acpi_ds_create_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *first_arg) |
| acpi_status | acpi_ds_evaluate_name_path (struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_DISPATCHER |
| void acpi_ds_clear_implicit_return | ( | struct acpi_walk_state * | walk_state | ) |
| void acpi_ds_clear_operands | ( | struct acpi_walk_state * | walk_state | ) |
| acpi_status acpi_ds_create_operand | ( | struct acpi_walk_state * | walk_state, |
| union acpi_parse_object * | arg, | ||
| u32 | arg_index | ||
| ) |
| acpi_status acpi_ds_create_operands | ( | struct acpi_walk_state * | walk_state, |
| union acpi_parse_object * | first_arg | ||
| ) |
| void acpi_ds_delete_result_if_not_used | ( | union acpi_parse_object * | op, |
| union acpi_operand_object * | result_obj, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
| u8 acpi_ds_do_implicit_return | ( | union acpi_operand_object * | return_desc, |
| struct acpi_walk_state * | walk_state, | ||
| u8 | add_reference | ||
| ) |
| acpi_status acpi_ds_evaluate_name_path | ( | struct acpi_walk_state * | walk_state | ) |
| u8 acpi_ds_is_result_used | ( | union acpi_parse_object * | op, |
| struct acpi_walk_state * | walk_state | ||
| ) |
| acpi_status acpi_ds_resolve_operands | ( | struct acpi_walk_state * | walk_state | ) |
1.8.2