Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dpcc.c704 status = acpi_get_table(ACPI_SIG_PCCT, 0, &pcct_tbl); in acpi_pcc_probe()
716 count = acpi_table_parse_entries_array(ACPI_SIG_PCCT, in acpi_pcc_probe()
758 status = acpi_get_table(ACPI_SIG_PCCT, 0, &pcct_tbl); in pcc_mbox_probe()
/linux/include/acpi/
H A Dactbl2.h43 #define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */ macro