|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "amlcode.h"#include "acdispat.h"#include "acinterp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| acpi_status | acpi_ds_exec_begin_control_op (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
| acpi_status | acpi_ds_exec_end_control_op (struct acpi_walk_state *walk_state, union acpi_parse_object *op) |
| #define _COMPONENT ACPI_DISPATCHER |
Definition at line 51 of file dscontrol.c.
| acpi_status acpi_ds_exec_begin_control_op | ( | struct acpi_walk_state * | walk_state, |
| union acpi_parse_object * | op | ||
| ) |
Definition at line 68 of file dscontrol.c.
| acpi_status acpi_ds_exec_end_control_op | ( | struct acpi_walk_state * | walk_state, |
| union acpi_parse_object * | op | ||
| ) |
Definition at line 166 of file dscontrol.c.
1.8.2