Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_TABLES |
Functions | |
acpi_status | acpi_tb_initialize_facs (void) |
u8 | acpi_tb_tables_loaded (void) |
void | acpi_tb_print_table_header (acpi_physical_address address, struct acpi_table_header *header) |
acpi_status | acpi_tb_verify_checksum (struct acpi_table_header *table, u32 length) |
u8 | acpi_tb_checksum (u8 *buffer, u32 length) |
void | acpi_tb_check_dsdt_header (void) |
struct acpi_table_header * | acpi_tb_copy_dsdt (u32 table_index) |
void | acpi_tb_install_table (acpi_physical_address address, char *signature, u32 table_index) |
acpi_status __init | acpi_tb_parse_root_table (acpi_physical_address rsdp_address) |
#define _COMPONENT ACPI_TABLES |
|
read |
acpi_status acpi_tb_initialize_facs | ( | void | ) |
acpi_status __init acpi_tb_parse_root_table | ( | acpi_physical_address | rsdp_address | ) |
void acpi_tb_print_table_header | ( | acpi_physical_address | address, |
struct acpi_table_header * | header | ||
) |
acpi_status acpi_tb_verify_checksum | ( | struct acpi_table_header * | table, |
u32 | length | ||
) |