Searched refs:ACPI_CX_DESC_LEN (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/acpi/ |
| D | processor_idle.c | 274 ACPI_CX_DESC_LEN, "ACPI P_LVL2 IOPORT 0x%x", in acpi_processor_get_power_info_fadt() 277 ACPI_CX_DESC_LEN, "ACPI P_LVL3 IOPORT 0x%x", in acpi_processor_get_power_info_fadt() 293 ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_default() 396 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_cst() 413 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_cst() 416 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", in acpi_processor_get_power_info_cst() 1040 ACPI_CX_DESC_LEN); in acpi_processor_evaluate_lpi() 1105 strlcpy(result->desc, local->desc, ACPI_CX_DESC_LEN); in combine_lpi_states() 1106 strlcat(result->desc, "+", ACPI_CX_DESC_LEN); in combine_lpi_states() 1107 strlcat(result->desc, parent->desc, ACPI_CX_DESC_LEN); in combine_lpi_states()
|
| /Linux-v5.4/include/acpi/ |
| D | processor.h | 47 #define ACPI_CX_DESC_LEN 32 macro 71 char desc[ACPI_CX_DESC_LEN]; 84 char desc[ACPI_CX_DESC_LEN];
|
| /Linux-v5.4/arch/x86/kernel/acpi/ |
| D | cstate.c | 139 ACPI_CX_DESC_LEN, "ACPI FFH MWAIT 0x%x", in acpi_processor_ffh_cstate_probe_cpu()
|