Searched refs:dsdt (Results 1 – 6 of 6) sorted by relevance
73 if (hardware->acpi.dsdt.valid) in compute_acpi_tables()74 compute_table(menu,hardware->acpi.dsdt.address, &hardware->acpi.dsdt.header); in compute_acpi_tables()
93 if (hardware->acpi.dsdt.valid) in main_show_acpi()94 show_header(hardware->acpi.dsdt.address, &hardware->acpi.dsdt.header); in main_show_acpi()
147 if (acpi->dsdt.valid) { in dump_dsdt()155 if (acpi->dsdt.valid==false) { in dump_dsdt()160 show_header("dsdt",acpi->dsdt.address, &acpi->dsdt.header, config, item); in dump_dsdt()
27 void parse_dsdt(s_dsdt *dsdt);
79 s_dsdt dsdt; member
113 s_dsdt *d = &acpi->dsdt; in parse_header()169 s_dsdt *d = &acpi->dsdt; in parse_header()