Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/acpi/
H A Dprocessor.h47 #define ACPI_CX_DESC_LEN 32 macro
71 char desc[ACPI_CX_DESC_LEN];
84 char desc[ACPI_CX_DESC_LEN];
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_idle.c268 ACPI_CX_DESC_LEN, "ACPI P_LVL2 IOPORT 0x%x", in acpi_processor_get_power_info_fadt()
271 ACPI_CX_DESC_LEN, "ACPI P_LVL3 IOPORT 0x%x", in acpi_processor_get_power_info_fadt()
287 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()
H A Dacpi_processor.c852 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst()
862 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI HLT"); in acpi_processor_evaluate_cst()
870 snprintf(cx.desc, ACPI_CX_DESC_LEN, "ACPI IOPORT 0x%x", in acpi_processor_evaluate_cst()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dcstate.c139 ACPI_CX_DESC_LEN, "ACPI FFH MWAIT 0x%x", in acpi_processor_ffh_cstate_probe_cpu()