Linux Kernel
3.7.1
|
#include <linux/export.h>
#include <acpi/acpi.h>
#include "accommon.h"
#include "acnamesp.h"
#include "actables.h"
Go to the source code of this file.
Macros | |
#define | _COMPONENT ACPI_TABLES |
Functions | |
acpi_status | acpi_load_tables (void) |
acpi_status | acpi_load_table (struct acpi_table_header *table) |
acpi_status | acpi_unload_parent_table (acpi_handle object) |
__setup ("acpi_no_auto_ssdt", acpi_no_auto_ssdt_setup) | |
#define _COMPONENT ACPI_TABLES |
Definition at line 50 of file tbxfload.c.
__setup | ( | "acpi_no_auto_ssdt" | , |
acpi_no_auto_ssdt_setup | |||
) |
acpi_status acpi_load_table | ( | struct acpi_table_header * | table | ) |
Definition at line 219 of file tbxfload.c.
acpi_status acpi_load_tables | ( | void | ) |
Definition at line 70 of file tbxfload.c.
acpi_status acpi_unload_parent_table | ( | acpi_handle | object | ) |
Definition at line 287 of file tbxfload.c.