Linux Kernel
3.7.1
|
#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acevents.h"
#include "acnamesp.h"
#include "acdebug.h"
#include "actables.h"
#include "acinterp.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_UTILITIES |
Functions | |
acpi_status | acpi_terminate (void) |
acpi_status | acpi_purge_cached_objects (void) |
acpi_status | acpi_install_interface (acpi_string interface_name) |
acpi_status | acpi_remove_interface (acpi_string interface_name) |
acpi_status | acpi_install_interface_handler (acpi_interface_handler handler) |
u32 | acpi_check_address_range (acpi_adr_space_type space_id, acpi_physical_address address, acpi_size length, u8 warn) |
acpi_status | acpi_decode_pld_buffer (u8 *in_buffer, acpi_size length, struct acpi_pld_info **return_buffer) |
#define _COMPONENT ACPI_UTILITIES |
u32 acpi_check_address_range | ( | acpi_adr_space_type | space_id, |
acpi_physical_address | address, | ||
acpi_size | length, | ||
u8 | warn | ||
) |
acpi_status acpi_decode_pld_buffer | ( | u8 * | in_buffer, |
acpi_size | length, | ||
struct acpi_pld_info ** | return_buffer | ||
) |
acpi_status acpi_install_interface | ( | acpi_string | interface_name | ) |
acpi_status acpi_install_interface_handler | ( | acpi_interface_handler | handler | ) |
acpi_status acpi_purge_cached_objects | ( | void | ) |
acpi_status acpi_remove_interface | ( | acpi_string | interface_name | ) |
acpi_status acpi_terminate | ( | void | ) |