Linux Kernel
3.7.1
|
#include <acpi/acpi.h>
#include "accommon.h"
#include "acinterp.h"
#include "amlcode.h"
#include "acevents.h"
#include "acdispat.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_EXECUTER |
Functions | |
acpi_status | acpi_ex_access_region (union acpi_operand_object *obj_desc, u32 field_datum_byte_offset, u64 *value, u32 function) |
acpi_status | acpi_ex_write_with_update_rule (union acpi_operand_object *obj_desc, u64 mask, u64 field_value, u32 field_datum_byte_offset) |
acpi_status | acpi_ex_extract_from_field (union acpi_operand_object *obj_desc, void *buffer, u32 buffer_length) |
acpi_status | acpi_ex_insert_into_field (union acpi_operand_object *obj_desc, void *buffer, u32 buffer_length) |
#define _COMPONENT ACPI_EXECUTER |
acpi_status acpi_ex_access_region | ( | union acpi_operand_object * | obj_desc, |
u32 | field_datum_byte_offset, | ||
u64 * | value, | ||
u32 | function | ||
) |
acpi_status acpi_ex_extract_from_field | ( | union acpi_operand_object * | obj_desc, |
void * | buffer, | ||
u32 | buffer_length | ||
) |
acpi_status acpi_ex_insert_into_field | ( | union acpi_operand_object * | obj_desc, |
void * | buffer, | ||
u32 | buffer_length | ||
) |
acpi_status acpi_ex_write_with_update_rule | ( | union acpi_operand_object * | obj_desc, |
u64 | mask, | ||
u64 | field_value, | ||
u32 | field_datum_byte_offset | ||
) |