|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acinterp.h"#include "acnamesp.h"#include "actables.h"#include "acdispat.h"#include "acevents.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
Functions | |
| acpi_status | acpi_ex_load_table_op (struct acpi_walk_state *walk_state, union acpi_operand_object **return_desc) |
| acpi_status | acpi_ex_load_op (union acpi_operand_object *obj_desc, union acpi_operand_object *target, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_unload_table (union acpi_operand_object *ddb_handle) |
| #define _COMPONENT ACPI_EXECUTER |
Definition at line 52 of file exconfig.c.
| acpi_status acpi_ex_load_op | ( | union acpi_operand_object * | obj_desc, |
| union acpi_operand_object * | target, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 337 of file exconfig.c.
| acpi_status acpi_ex_load_table_op | ( | struct acpi_walk_state * | walk_state, |
| union acpi_operand_object ** | return_desc | ||
| ) |
Definition at line 147 of file exconfig.c.
| acpi_status acpi_ex_unload_table | ( | union acpi_operand_object * | ddb_handle | ) |
Definition at line 564 of file exconfig.c.
1.8.2