Home
last modified time | relevance | path

Searched refs:slp_state (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi.c3352 enum acpi_sleep_state slp_state; in acpi_EnterSleepState() local
3405 slp_state = ACPI_SS_NONE; in acpi_EnterSleepState()
3411 slp_state = ACPI_SS_GPE_SET; in acpi_EnterSleepState()
3425 slp_state = ACPI_SS_DEV_SUSPEND; in acpi_EnterSleepState()
3433 slp_state = ACPI_SS_SLP_PREP; in acpi_EnterSleepState()
3502 slp_state = ACPI_SS_SLEPT; in acpi_EnterSleepState()
3509 if (slp_state >= ACPI_SS_SLP_PREP) in acpi_EnterSleepState()
3511 if (slp_state >= ACPI_SS_GPE_SET) { in acpi_EnterSleepState()
3515 if (slp_state >= ACPI_SS_DEV_SUSPEND) in acpi_EnterSleepState()
3517 if (slp_state >= ACPI_SS_SLP_PREP) in acpi_EnterSleepState()
[all …]