|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acdispat.h"#include "acinterp.h"#include "acnamesp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| acpi_status | acpi_ds_method_error (acpi_status status, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_begin_method_execution (struct acpi_namespace_node *method_node, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_call_control_method (struct acpi_thread_state *thread, struct acpi_walk_state *this_walk_state, union acpi_parse_object *op) |
| acpi_status | acpi_ds_restart_control_method (struct acpi_walk_state *walk_state, union acpi_operand_object *return_desc) |
| void | acpi_ds_terminate_control_method (union acpi_operand_object *method_desc, struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_DISPATCHER |
Definition at line 53 of file dsmethod.c.
| acpi_status acpi_ds_begin_method_execution | ( | struct acpi_namespace_node * | method_node, |
| union acpi_operand_object * | obj_desc, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 180 of file dsmethod.c.
| acpi_status acpi_ds_call_control_method | ( | struct acpi_thread_state * | thread, |
| struct acpi_walk_state * | this_walk_state, | ||
| union acpi_parse_object * | op | ||
| ) |
Definition at line 320 of file dsmethod.c.
| acpi_status acpi_ds_method_error | ( | acpi_status | status, |
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 77 of file dsmethod.c.
| acpi_status acpi_ds_restart_control_method | ( | struct acpi_walk_state * | walk_state, |
| union acpi_operand_object * | return_desc | ||
| ) |
Definition at line 452 of file dsmethod.c.
| void acpi_ds_terminate_control_method | ( | union acpi_operand_object * | method_desc, |
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 542 of file dsmethod.c.
1.8.2