Home
last modified time | relevance | path

Searched refs:ACPI_CX_DESC_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/acpi/
H A Dprocessor.h52 #define ACPI_CX_DESC_LEN 32 macro
76 char desc[ACPI_CX_DESC_LEN];
89 char desc[ACPI_CX_DESC_LEN];
/openbmc/linux/drivers/acpi/
H A Dprocessor_idle.c266 ACPI_CX_DESC_LEN, "ACPI P_LVL2 IOPORT 0x%x", in acpi_processor_get_power_info_fadt()
269 ACPI_CX_DESC_LEN, "ACPI P_LVL3 IOPORT 0x%x", in acpi_processor_get_power_info_fadt()
285 ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_default()
975 ACPI_CX_DESC_LEN); in acpi_processor_evaluate_lpi()
1040 strscpy(result->desc, local->desc, ACPI_CX_DESC_LEN); in combine_lpi_states()
1041 strlcat(result->desc, "+", ACPI_CX_DESC_LEN); in combine_lpi_states()
1042 strlcat(result->desc, parent->desc, ACPI_CX_DESC_LEN); in combine_lpi_states()
H A Dacpi_processor.c934 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst()
944 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst()
952 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", in acpi_processor_evaluate_cst()
/openbmc/linux/arch/x86/kernel/acpi/
H A Dcstate.c162 ACPI_CX_DESC_LEN, "ACPI FFH MWAIT 0x%x", in acpi_processor_ffh_cstate_probe_cpu()