|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acdispat.h"#include "acnamesp.h"#include "acinterp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| void | acpi_ds_method_data_init (struct acpi_walk_state *walk_state) |
| void | acpi_ds_method_data_delete_all (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_method_data_init_args (union acpi_operand_object **params, u32 max_param_count, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_method_data_get_node (u8 type, u32 index, struct acpi_walk_state *walk_state, struct acpi_namespace_node **node) |
| acpi_status | acpi_ds_method_data_get_value (u8 type, u32 index, struct acpi_walk_state *walk_state, union acpi_operand_object **dest_desc) |
| acpi_status | acpi_ds_store_object_to_local (u8 type, u32 index, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_DISPATCHER |
Definition at line 50 of file dsmthdat.c.
| void acpi_ds_method_data_delete_all | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 137 of file dsmthdat.c.
| acpi_status acpi_ds_method_data_get_node | ( | u8 | type, |
| u32 | index, | ||
| struct acpi_walk_state * | walk_state, | ||
| struct acpi_namespace_node ** | node | ||
| ) |
Definition at line 248 of file dsmthdat.c.
| acpi_status acpi_ds_method_data_get_value | ( | u8 | type, |
| u32 | index, | ||
| struct acpi_walk_state * | walk_state, | ||
| union acpi_operand_object ** | dest_desc | ||
| ) |
Definition at line 367 of file dsmthdat.c.
| void acpi_ds_method_data_init | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 91 of file dsmthdat.c.
| acpi_status acpi_ds_method_data_init_args | ( | union acpi_operand_object ** | params, |
| u32 | max_param_count, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 193 of file dsmthdat.c.
| acpi_status acpi_ds_store_object_to_local | ( | u8 | type, |
| u32 | index, | ||
| union acpi_operand_object * | obj_desc, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 533 of file dsmthdat.c.
1.8.2