Searched refs:slp_state (Results 1 – 1 of 1) sorted by relevance
2550 enum acpi_sleep_state slp_state; in acpi_EnterSleepState() local2572 slp_state = ACPI_SS_NONE; in acpi_EnterSleepState()2593 slp_state = ACPI_SS_GPE_SET; in acpi_EnterSleepState()2607 slp_state = ACPI_SS_DEV_SUSPEND; in acpi_EnterSleepState()2619 slp_state = ACPI_SS_SLP_PREP; in acpi_EnterSleepState()2639 slp_state = ACPI_SS_SLEPT; in acpi_EnterSleepState()2659 if (slp_state >= ACPI_SS_GPE_SET) { in acpi_EnterSleepState()2663 if (slp_state >= ACPI_SS_SLP_PREP) in acpi_EnterSleepState()2665 if (slp_state >= ACPI_SS_DEV_SUSPEND) in acpi_EnterSleepState()2667 if (slp_state >= ACPI_SS_SLEPT) in acpi_EnterSleepState()