|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "amlcode.h"#include "acdispat.h"#include "acinterp.h"#include "acnamesp.h"#include "acparser.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| acpi_status | acpi_ds_create_buffer_field (union acpi_parse_object *op, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_create_field (union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_init_field_objects (union acpi_parse_object *op, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_create_bank_field (union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ds_create_index_field (union acpi_parse_object *op, struct acpi_namespace_node *region_node, struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_DISPATCHER |
| acpi_status acpi_ds_create_bank_field | ( | union acpi_parse_object * | op, |
| struct acpi_namespace_node * | region_node, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
| acpi_status acpi_ds_create_buffer_field | ( | union acpi_parse_object * | op, |
| struct acpi_walk_state * | walk_state | ||
| ) |
| acpi_status acpi_ds_create_field | ( | union acpi_parse_object * | op, |
| struct acpi_namespace_node * | region_node, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
| acpi_status acpi_ds_create_index_field | ( | union acpi_parse_object * | op, |
| struct acpi_namespace_node * | region_node, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
| acpi_status acpi_ds_init_field_objects | ( | union acpi_parse_object * | op, |
| struct acpi_walk_state * | walk_state | ||
| ) |
1.8.2