Searched refs:pptt (Results 1 – 2 of 2) sorted by relevance
574 static struct acpi_table_header *pptt; in acpi_get_pptt() local582 if (!pptt && !is_pptt_checked) { in acpi_get_pptt()583 status = acpi_get_table(ACPI_SIG_PPTT, 0, &pptt); in acpi_get_pptt()590 return pptt; in acpi_get_pptt()
109 obj-$(CONFIG_ACPI_PPTT) += pptt.o