Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dpptt.c538 static struct acpi_table_header *pptt; in acpi_get_pptt() local
546 if (!pptt && !is_pptt_checked) { in acpi_get_pptt()
547 status = acpi_get_table(ACPI_SIG_PPTT, 0, &pptt); in acpi_get_pptt()
554 return pptt; in acpi_get_pptt()