Symbol: POWER_STYPE_AWAKE
sys/dev/acpica/acpi.c
3342
if (stype < POWER_STYPE_AWAKE || stype >= POWER_STYPE_COUNT)
sys/dev/acpica/acpi.c
3351
if (rebooting || sc->acpi_next_stype != POWER_STYPE_AWAKE ||
sys/dev/acpica/acpi.c
3425
if (sc->acpi_next_stype == POWER_STYPE_AWAKE) {
sys/dev/acpica/acpi.c
3432
sc->acpi_next_stype = POWER_STYPE_AWAKE;
sys/dev/acpica/acpi.c
3637
if (stype <= POWER_STYPE_AWAKE || stype >= POWER_STYPE_COUNT)
sys/dev/acpica/acpi.c
3735
case POWER_STYPE_AWAKE:
sys/dev/acpica/acpi.c
3750
sc->acpi_stype = POWER_STYPE_AWAKE;
sys/dev/acpica/acpi.c
3771
sc->acpi_next_stype = POWER_STYPE_AWAKE;
sys/dev/acpica/acpi.c
640
acpi_supported_stypes[POWER_STYPE_AWAKE] = true;
sys/dev/acpica/acpi.c
707
sc->acpi_stype = POWER_STYPE_AWAKE;
sys/dev/acpica/acpi.c
815
case POWER_STYPE_AWAKE:
sys/dev/acpica/acpi.c
849
return (POWER_STYPE_AWAKE);
sys/dev/ufshci/ufshci_acpi.c
242
error = ufshci_ctrlr_resume(ctrlr, POWER_STYPE_AWAKE);
sys/dev/ufshci/ufshci_pci.c
283
return (ufshci_ctrlr_resume(ctrlr, POWER_STYPE_AWAKE));
sys/dev/ufshci/ufshci_private.h
261
[POWER_STYPE_AWAKE] = { UFSHCI_DEV_PWR_ACTIVE, SSS_PC_ACTIVE,
sys/kern/subr_power.c
69
if (stype < POWER_STYPE_AWAKE || stype >= POWER_STYPE_COUNT)
sys/sys/power.h
79
[POWER_STYPE_AWAKE] = "awake",
sys/x86/acpica/acpi_apm.c
239
if (acpi_sc->acpi_next_stype != POWER_STYPE_AWAKE &&
sys/x86/acpica/acpi_apm.c
287
if (acpi_sc->acpi_next_stype == POWER_STYPE_AWAKE) {
sys/x86/acpica/acpi_apm.c
302
if (acpi_sc->acpi_next_stype == POWER_STYPE_AWAKE) {
sys/x86/acpica/acpi_apm.c
317
if (acpi_sc->acpi_next_stype != POWER_STYPE_AWAKE &&
sys/x86/acpica/acpi_apm.c
397
if (clone->acpi_sc->acpi_next_stype != POWER_STYPE_AWAKE)
sys/x86/acpica/acpi_apm.c
434
sleeping = clone->acpi_sc->acpi_next_stype != POWER_STYPE_AWAKE;