Searched refs:ACPI_CX_DESC_LEN (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/acpi/ |
D | processor.h | 45 #define ACPI_CX_DESC_LEN 32 macro 69 char desc[ACPI_CX_DESC_LEN]; 82 char desc[ACPI_CX_DESC_LEN];
|
/Linux-v4.19/drivers/acpi/ |
D | processor_idle.c | 297 ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_default() 400 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_cst() 417 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_get_power_info_cst() 420 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", in acpi_processor_get_power_info_cst() 1044 ACPI_CX_DESC_LEN); in acpi_processor_evaluate_lpi() 1109 strlcpy(result->desc, local->desc, ACPI_CX_DESC_LEN); in combine_lpi_states() 1110 strlcat(result->desc, "+", ACPI_CX_DESC_LEN); in combine_lpi_states() 1111 strlcat(result->desc, parent->desc, ACPI_CX_DESC_LEN); in combine_lpi_states()
|
/Linux-v4.19/arch/x86/kernel/acpi/ |
D | cstate.c | 111 ACPI_CX_DESC_LEN, "ACPI FFH MWAIT 0x%x", in acpi_processor_ffh_cstate_probe_cpu()
|