Searched refs:ACPI_STATE_S1 (Results 1 – 3 of 3) sorted by relevance
500 case ACPI_STATE_S1: in AcpiEnterSleepStatePrep()
683 sc->acpi_standby_sx = ACPI_STATE_S1; in acpi_attach()688 for (state = ACPI_STATE_S1; state <= ACPI_STATE_S4; state++) in acpi_attach()2404 if (state < ACPI_STATE_S1 || state > ACPI_STATE_S5) in acpi_ReqSleepState()2574 case ACPI_STATE_S1: in acpi_EnterSleepState()2624 if (state != ACPI_STATE_S1) { in acpi_EnterSleepState()3472 for (state = ACPI_STATE_S1; state < ACPI_S_STATES_MAX + 1; state++) in acpi_supported_sleep_state_sysctl()
729 #define ACPI_STATE_S1 (UINT8) 1 macro