Searched refs:ACPI_STATE_C1 (Results 1 – 2 of 2) sorted by relevance
769 cx_ptr->type = ACPI_STATE_C1; in acpi_cpu_generic_cx_probe()914 case ACPI_STATE_C1: in acpi_cpu_cx_cst()1003 cx_ptr->type = ACPI_STATE_C1; in acpi_cpu_cx_cst()1218 if (cx_next->type == ACPI_STATE_C1) { in acpi_cpu_idle()1520 } else if (cx->type == ACPI_STATE_C1) { in acpi_cpu_method_sysctl()1525 if (cx->type == ACPI_STATE_C1 && cx->p_lvlx != NULL) in acpi_cpu_method_sysctl()
751 #define ACPI_STATE_C1 (UINT8) 1 macro