Searched refs:ACPI_STATE_S5 (Results 1 – 3 of 3) sorted by relevance
105 acpi_enter_sleep_state_prep(ACPI_STATE_S5); in acpi_power_off()107 acpi_enter_sleep_state(ACPI_STATE_S5); in acpi_power_off()197 if (state <= ACPI_STATE_S5) { in acpi_system_save_state()202 if (state > ACPI_STATE_S1 && state != ACPI_STATE_S5) { in acpi_system_save_state()255 if (error && state != ACPI_STATE_S5) in acpi_system_save_state()294 case ACPI_STATE_S5: in acpi_system_suspend()324 && state != ACPI_STATE_S5) in acpi_suspend()341 if (!ACPI_SUCCESS(status) && state != ACPI_STATE_S5) in acpi_suspend()704 for (i = 0; i <= ACPI_STATE_S5; i++) { in acpi_system_read_sleep()1286 if (system->states[ACPI_STATE_S5]) { in acpi_system_add()[all …]
359 #define ACPI_STATE_S5 (u8) 5 macro360 #define ACPI_S_STATES_MAX ACPI_STATE_S5
280 if (sleep_state != ACPI_STATE_S5) { in acpi_enter_sleep_state()