Searched refs:ACPI_STATE_S4 (Results 1 – 4 of 4) sorted by relevance
667 for (i = ACPI_STATE_S1; i < ACPI_STATE_S4; i++) in acpi_sleep_suspend_setup()696 acpi_pm_start(ACPI_STATE_S4); in acpi_hibernation_begin()708 status = acpi_enter_sleep_state(ACPI_STATE_S4); in acpi_hibernation_enter()710 acpi_leave_sleep_state_prep(ACPI_STATE_S4); in acpi_hibernation_enter()724 acpi_leave_sleep_state_prep(ACPI_STATE_S4); in acpi_hibernation_leave()766 acpi_sleep_tts_switch(ACPI_STATE_S4); in acpi_hibernation_begin_old()768 error = acpi_sleep_prepare(ACPI_STATE_S4); in acpi_hibernation_begin_old()774 acpi_target_sleep_state = ACPI_STATE_S4; in acpi_hibernation_begin_old()800 if (!acpi_sleep_state_supported(ACPI_STATE_S4)) in acpi_sleep_hibernate_setup()805 sleep_states[ACPI_STATE_S4] = 1; in acpi_sleep_hibernate_setup()
847 wakeup->sleep_state = ACPI_STATE_S4; in acpi_wakeup_gpe_init()
403 case ACPI_STATE_S4: in acpi_enter_sleep_state_prep()
588 #define ACPI_STATE_S4 (u8) 4 macro