Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_TABLES |
Functions | |
acpi_status | acpi_tb_verify_table (struct acpi_table_desc *table_desc) |
acpi_status | acpi_tb_add_table (struct acpi_table_desc *table_desc, u32 *table_index) |
struct acpi_table_header * | acpi_tb_table_override (struct acpi_table_header *table_header, struct acpi_table_desc *table_desc) |
acpi_status | acpi_tb_resize_root_table_list (void) |
acpi_status | acpi_tb_store_table (acpi_physical_address address, struct acpi_table_header *table, u32 length, u8 flags, u32 *table_index) |
void | acpi_tb_delete_table (struct acpi_table_desc *table_desc) |
void | acpi_tb_terminate (void) |
acpi_status | acpi_tb_delete_namespace_by_owner (u32 table_index) |
acpi_status | acpi_tb_allocate_owner_id (u32 table_index) |
acpi_status | acpi_tb_release_owner_id (u32 table_index) |
acpi_status | acpi_tb_get_owner_id (u32 table_index, acpi_owner_id *owner_id) |
u8 | acpi_tb_is_table_loaded (u32 table_index) |
void | acpi_tb_set_table_loaded_flag (u32 table_index, u8 is_loaded) |
#define _COMPONENT ACPI_TABLES |
Definition at line 49 of file tbinstal.c.
acpi_status acpi_tb_add_table | ( | struct acpi_table_desc * | table_desc, |
u32 * | table_index | ||
) |
Definition at line 113 of file tbinstal.c.
acpi_status acpi_tb_allocate_owner_id | ( | u32 | table_index | ) |
Definition at line 601 of file tbinstal.c.
acpi_status acpi_tb_delete_namespace_by_owner | ( | u32 | table_index | ) |
Definition at line 543 of file tbinstal.c.
void acpi_tb_delete_table | ( | struct acpi_table_desc * | table_desc | ) |
Definition at line 466 of file tbinstal.c.
acpi_status acpi_tb_get_owner_id | ( | u32 | table_index, |
acpi_owner_id * | owner_id | ||
) |
Definition at line 660 of file tbinstal.c.
Definition at line 687 of file tbinstal.c.
acpi_status acpi_tb_release_owner_id | ( | u32 | table_index | ) |
Definition at line 629 of file tbinstal.c.
acpi_status acpi_tb_resize_root_table_list | ( | void | ) |
Definition at line 350 of file tbinstal.c.
Definition at line 715 of file tbinstal.c.
acpi_status acpi_tb_store_table | ( | acpi_physical_address | address, |
struct acpi_table_header * | table, | ||
u32 | length, | ||
u8 | flags, | ||
u32 * | table_index | ||
) |
Definition at line 418 of file tbinstal.c.
|
read |
Definition at line 267 of file tbinstal.c.
Definition at line 501 of file tbinstal.c.
acpi_status acpi_tb_verify_table | ( | struct acpi_table_desc * | table_desc | ) |
Definition at line 63 of file tbinstal.c.