Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | acpi_fadt_info |
struct | acpi_fadt_pm_info |
Macros | |
#define | _COMPONENT ACPI_TABLES |
#define | ACPI_FADT_OPTIONAL 0 |
#define | ACPI_FADT_REQUIRED 1 |
#define | ACPI_FADT_SEPARATE_LENGTH 2 |
#define | ACPI_FADT_INFO_ENTRIES (sizeof (fadt_info_table) / sizeof (struct acpi_fadt_info)) |
#define | ACPI_FADT_PM_INFO_ENTRIES (sizeof (fadt_pm_info_table) / sizeof (struct acpi_fadt_pm_info)) |
Typedefs | |
typedef struct acpi_fadt_info | acpi_fadt_info |
typedef struct acpi_fadt_pm_info | acpi_fadt_pm_info |
Functions | |
void | acpi_tb_parse_fadt (u32 table_index) |
void | acpi_tb_create_local_fadt (struct acpi_table_header *table, u32 length) |
#define _COMPONENT ACPI_TABLES |
#define ACPI_FADT_INFO_ENTRIES (sizeof (fadt_info_table) / sizeof (struct acpi_fadt_info)) |
#define ACPI_FADT_PM_INFO_ENTRIES (sizeof (fadt_pm_info_table) / sizeof (struct acpi_fadt_pm_info)) |
typedef struct acpi_fadt_info acpi_fadt_info |
typedef struct acpi_fadt_pm_info acpi_fadt_pm_info |
void acpi_tb_create_local_fadt | ( | struct acpi_table_header * | table, |
u32 | length | ||
) |