POWER_STYPE_STANDBY
case POWER_STYPE_STANDBY:
for (stype = POWER_STYPE_STANDBY; stype <= POWER_STYPE_HIBERNATE; stype++)
case POWER_STYPE_STANDBY:
return (POWER_STYPE_STANDBY);
error = ufshci_ctrlr_suspend(ctrlr, POWER_STYPE_STANDBY);
return (ufshci_ctrlr_suspend(ctrlr, POWER_STYPE_STANDBY));
[POWER_STYPE_STANDBY] = { UFSHCI_DEV_PWR_SLEEP, SSS_PC_IDLE,
if (power_pm_supported[POWER_STYPE_STANDBY])
power_standby_stype = POWER_STYPE_STANDBY;
[POWER_STYPE_STANDBY] = "standby",
if (acpi_sc->acpi_next_stype == POWER_STYPE_STANDBY)