acpi_sleep_state_supported
if (!acpi_sleep_state_supported(ACPI_STATE_S3))
if (!acpi_sleep_state_supported(ACPI_STATE_S4))
if (acpi_sleep_state_supported(ACPI_STATE_S5)) {
if (acpi_sleep_state_supported(i)) {
return !hv_root_partition() && acpi_sleep_state_supported(ACPI_STATE_S4);
if (!acpi_sleep_state_supported(ACPI_STATE_S5)) {
bool acpi_sleep_state_supported(u8 sleep_state);