|
Linux Kernel
3.7.1
|
#include <acpi/acpi.h>#include "accommon.h"#include "acparser.h"#include "amlcode.h"#include "acdispat.h"#include "acnamesp.h"Go to the source code of this file.
Macros | |
| #define | _COMPONENT ACPI_DISPATCHER |
Functions | |
| acpi_status | acpi_ds_get_buffer_field_arguments (union acpi_operand_object *obj_desc) |
| acpi_status | acpi_ds_get_bank_field_arguments (union acpi_operand_object *obj_desc) |
| acpi_status | acpi_ds_get_buffer_arguments (union acpi_operand_object *obj_desc) |
| acpi_status | acpi_ds_get_package_arguments (union acpi_operand_object *obj_desc) |
| acpi_status | acpi_ds_get_region_arguments (union acpi_operand_object *obj_desc) |
| #define _COMPONENT ACPI_DISPATCHER |
| acpi_status acpi_ds_get_bank_field_arguments | ( | union acpi_operand_object * | obj_desc | ) |
| acpi_status acpi_ds_get_buffer_arguments | ( | union acpi_operand_object * | obj_desc | ) |
| acpi_status acpi_ds_get_buffer_field_arguments | ( | union acpi_operand_object * | obj_desc | ) |
| acpi_status acpi_ds_get_package_arguments | ( | union acpi_operand_object * | obj_desc | ) |
| acpi_status acpi_ds_get_region_arguments | ( | union acpi_operand_object * | obj_desc | ) |
1.8.2