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