acpi_sstate_to_stype
static enum power_stype acpi_sstate_to_stype(int sstate);
return (acpi_ReqSleepState(sc, acpi_sstate_to_stype(sstate)));
if (ACPI_FAILURE(acpi_SetSleepState(sc, acpi_sstate_to_stype(sstate))))
new_stype = acpi_sstate_to_stype(new_sstate);
new_stype = acpi_sstate_to_stype(sstate);
acpi_supported_stypes[acpi_sstate_to_stype(state)] = true;