Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/
Dpptt.c539 static struct acpi_table_header *pptt; in acpi_get_pptt() local
546 if (!pptt) { in acpi_get_pptt()
547 status = acpi_get_table(ACPI_SIG_PPTT, 0, &pptt); in acpi_get_pptt()
552 return pptt; in acpi_get_pptt()
DMakefile108 obj-$(CONFIG_ACPI_PPTT) += pptt.o