Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tbutils.c File Reference
#include <acpi/acpi.h>
#include "accommon.h"
#include "actables.h"

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_headeracpi_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)
 

Macro Definition Documentation

#define _COMPONENT   ACPI_TABLES

Definition at line 48 of file tbutils.c.

Function Documentation

void acpi_tb_check_dsdt_header ( void  )

Definition at line 374 of file tbutils.c.

u8 acpi_tb_checksum ( u8 buffer,
u32  length 
)

Definition at line 348 of file tbutils.c.

struct acpi_table_header* acpi_tb_copy_dsdt ( u32  table_index)
read

Definition at line 413 of file tbutils.c.

acpi_status acpi_tb_initialize_facs ( void  )

Definition at line 135 of file tbutils.c.

void acpi_tb_install_table ( acpi_physical_address  address,
char signature,
u32  table_index 
)

Definition at line 458 of file tbutils.c.

acpi_status __init acpi_tb_parse_root_table ( acpi_physical_address  rsdp_address)

Definition at line 623 of file tbutils.c.

void acpi_tb_print_table_header ( acpi_physical_address  address,
struct acpi_table_header header 
)

Definition at line 244 of file tbutils.c.

u8 acpi_tb_tables_loaded ( void  )

Definition at line 167 of file tbutils.c.

acpi_status acpi_tb_verify_checksum ( struct acpi_table_header table,
u32  length 
)

Definition at line 309 of file tbutils.c.