Home
last modified time | relevance | path

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

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