Home
last modified time | relevance | path

Searched refs:ACPI_SIG_OSDT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutmisc.c65 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_OSDT) || in acpi_ut_is_aml_table()
H A Dnsparse.c206 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_OSDT) && in acpi_ns_one_complete_parse()
H A Dtbxfload.c178 ACPI_SIG_OSDT)) in ACPI_EXPORT_SYMBOL_INIT()
/openbmc/linux/include/acpi/
H A Dactbl.h34 #define ACPI_SIG_OSDT "OSDT" /* Override System Description Table */ macro