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 "acevents.h"
#include "actables.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_DISPATCHER |
Functions | |
acpi_status | acpi_ds_initialize_region (acpi_handle obj_handle) |
acpi_status | acpi_ds_eval_buffer_field_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
acpi_status | acpi_ds_eval_region_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
acpi_status | acpi_ds_eval_table_region_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
acpi_status | acpi_ds_eval_data_object_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *op, union acpi_operand_object *obj_desc) |
acpi_status | acpi_ds_eval_bank_field_operands (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
#define _COMPONENT ACPI_DISPATCHER |
Definition at line 54 of file dsopcode.c.
acpi_status acpi_ds_eval_bank_field_operands | ( | struct acpi_walk_state * | walk_state, |
union acpi_parse_object * | op | ||
) |
Definition at line 675 of file dsopcode.c.
acpi_status acpi_ds_eval_buffer_field_operands | ( | struct acpi_walk_state * | walk_state, |
union acpi_parse_object * | op | ||
) |
Definition at line 299 of file dsopcode.c.
acpi_status acpi_ds_eval_data_object_operands | ( | struct acpi_walk_state * | walk_state, |
union acpi_parse_object * | op, | ||
union acpi_operand_object * | obj_desc | ||
) |
Definition at line 574 of file dsopcode.c.
acpi_status acpi_ds_eval_region_operands | ( | struct acpi_walk_state * | walk_state, |
union acpi_parse_object * | op | ||
) |
Definition at line 383 of file dsopcode.c.
acpi_status acpi_ds_eval_table_region_operands | ( | struct acpi_walk_state * | walk_state, |
union acpi_parse_object * | op | ||
) |
Definition at line 475 of file dsopcode.c.
acpi_status acpi_ds_initialize_region | ( | acpi_handle | obj_handle | ) |
Definition at line 78 of file dsopcode.c.