Searched refs:ACPI_STATE_S4 (Results 1 – 8 of 8) sorted by relevance
844 for (i = ACPI_STATE_S1; i < ACPI_STATE_S4; i++) in acpi_sleep_suspend_setup()916 acpi_pm_start(ACPI_STATE_S4); in acpi_hibernation_begin()925 status = acpi_enter_sleep_state(ACPI_STATE_S4); in acpi_hibernation_enter()927 acpi_leave_sleep_state_prep(ACPI_STATE_S4); in acpi_hibernation_enter()941 acpi_leave_sleep_state_prep(ACPI_STATE_S4); in acpi_hibernation_leave()983 acpi_sleep_tts_switch(ACPI_STATE_S4); in acpi_hibernation_begin_old()985 error = acpi_sleep_prepare(ACPI_STATE_S4); in acpi_hibernation_begin_old()998 acpi_target_sleep_state = ACPI_STATE_S4; in acpi_hibernation_begin_old()1022 if (!acpi_sleep_state_supported(ACPI_STATE_S4)) in acpi_sleep_hibernate_setup()1027 sleep_states[ACPI_STATE_S4] = 1; in acpi_sleep_hibernate_setup()
953 wakeup->sleep_state = ACPI_STATE_S4; in acpi_wakeup_gpe_init()
107 if (sleep_state < ACPI_STATE_S4) { in acpi_hw_extended_sleep()
113 if (sleep_state < ACPI_STATE_S4) { in acpi_hw_legacy_sleep()
253 case ACPI_STATE_S4: in ACPI_EXPORT_SYMBOL()
368 case ACPI_STATE_S4: in snd_sof_prepare()
498 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
585 #define ACPI_STATE_S4 (u8) 4 macro