Include dependency graph for acpi.c:

Go to the source code of this file.
Defines | |
| #define | RSDP_SIGNATURE "RSD PTR " |
| #define | RSDP_REVISION_OFFS 15 |
Functions | |
| static int | rsdp_check (__u8 *rsdp) |
| int | acpi_sdt_check (__u8 *sdt) |
| static void | map_sdt (struct acpi_sdt_header *sdt) |
| static void | configure_via_rsdt (void) |
| static void | configure_via_xsdt (void) |
| void | acpi_init (void) |
Variables | |
| acpi_rsdp * | acpi_rsdp = NULL |
| acpi_rsdt * | acpi_rsdt = NULL |
| acpi_xsdt * | acpi_xsdt = NULL |
| acpi_signature_map | signature_map [] |
Definition in file acpi.c.
1.4.6