Searched refs:ACPI_SIG_PCCT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | pcc.c | 591 status = acpi_get_table(ACPI_SIG_PCCT, 0, &pcct_tbl); in acpi_pcc_probe() 603 count = acpi_table_parse_entries_array(ACPI_SIG_PCCT, in acpi_pcc_probe() 645 status = acpi_get_table(ACPI_SIG_PCCT, 0, &pcct_tbl); in pcc_mbox_probe()
|
/kernel/linux/linux-5.10/drivers/mailbox/ |
H A D | pcc.c | 439 status = acpi_get_table(ACPI_SIG_PCCT, 0, &pcct_tbl); in acpi_pcc_probe() 452 count = acpi_table_parse_entries_array(ACPI_SIG_PCCT, in acpi_pcc_probe()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 434 status = acpi_get_table(ACPI_SIG_PCCT, 0, &tbl); in cppc_check_hisi_workaround()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl2.h | 38 #define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */ macro
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 949 status = acpi_get_table(ACPI_SIG_PCCT, 0, &tbl); in cppc_check_hisi_workaround()
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | actbl2.h | 43 #define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */ macro
|
Completed in 14 milliseconds