|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acinterp.h"#include "amlcode.h"#include "acnamesp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_EXECUTER |
Functions | |
| acpi_status | acpi_ex_create_alias (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_event (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_mutex (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_region (u8 *aml_start, u32 aml_length, u8 space_id, struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_processor (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_power_resource (struct acpi_walk_state *walk_state) |
| acpi_status | acpi_ex_create_method (u8 *aml_start, u32 aml_length, struct acpi_walk_state *walk_state) |
| #define _COMPONENT ACPI_EXECUTER |
Definition at line 50 of file excreate.c.
| acpi_status acpi_ex_create_alias | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 64 of file excreate.c.
| acpi_status acpi_ex_create_event | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 170 of file excreate.c.
| acpi_status acpi_ex_create_method | ( | u8 * | aml_start, |
| u32 | aml_length, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 471 of file excreate.c.
| acpi_status acpi_ex_create_mutex | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 222 of file excreate.c.
| acpi_status acpi_ex_create_power_resource | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 423 of file excreate.c.
| acpi_status acpi_ex_create_processor | ( | struct acpi_walk_state * | walk_state | ) |
Definition at line 376 of file excreate.c.
| acpi_status acpi_ex_create_region | ( | u8 * | aml_start, |
| u32 | aml_length, | ||
| u8 | space_id, | ||
| struct acpi_walk_state * | walk_state | ||
| ) |
Definition at line 280 of file excreate.c.
1.8.2