Searched refs:ACPI_CX_DESC_LEN (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/acpi/ |
D | processor.h | 52 #define ACPI_CX_DESC_LEN 32 macro 76 char desc[ACPI_CX_DESC_LEN]; 89 char desc[ACPI_CX_DESC_LEN];
|
/linux-5.19.10/drivers/acpi/ |
D | processor_idle.c | 265 ACPI_CX_DESC_LEN, "ACPI P_LVL2 IOPORT 0x%x", in acpi_processor_get_power_info_fadt() 268 ACPI_CX_DESC_LEN, "ACPI P_LVL3 IOPORT 0x%x", in acpi_processor_get_power_info_fadt() 284 ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_default() 959 ACPI_CX_DESC_LEN); in acpi_processor_evaluate_lpi() 1024 strlcpy(result->desc, local->desc, ACPI_CX_DESC_LEN); in combine_lpi_states() 1025 strlcat(result->desc, "+", ACPI_CX_DESC_LEN); in combine_lpi_states() 1026 strlcat(result->desc, parent->desc, ACPI_CX_DESC_LEN); in combine_lpi_states()
|
D | acpi_processor.c | 835 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst() 845 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst() 853 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", in acpi_processor_evaluate_cst()
|
/linux-5.19.10/arch/x86/kernel/acpi/ |
D | cstate.c | 154 ACPI_CX_DESC_LEN, "ACPI FFH MWAIT 0x%x", in acpi_processor_ffh_cstate_probe_cpu()
|