Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dprmt.c356 status = acpi_get_table(ACPI_SIG_PRMT, 0, &tbl); in init_prmt()
360 mc = acpi_table_parse_entries(ACPI_SIG_PRMT, sizeof(struct acpi_table_prmt) + in init_prmt()
/linux/lib/
H A Dfw_table.c92 if (strncmp(id, ACPI_SIG_PRMT, 4) == 0) in acpi_get_subtable_type()
/linux/include/acpi/
H A Dactbl2.h48 #define ACPI_SIG_PRMT "PRMT" /* Platform Runtime Mechanism Table */ macro