POWER_STATE_TYPE_INTERNAL_BOOT
case POWER_STATE_TYPE_INTERNAL_BOOT:
(data.states[i] == POWER_STATE_TYPE_INTERNAL_BOOT) ? "boot" :
if (state != POWER_STATE_TYPE_INTERNAL_BOOT &&
adev->pm.dpm.user_state = POWER_STATE_TYPE_INTERNAL_BOOT;
adev->pm.dpm.state = POWER_STATE_TYPE_INTERNAL_BOOT;
pm_type = POWER_STATE_TYPE_INTERNAL_BOOT;
data->states[i] = POWER_STATE_TYPE_INTERNAL_BOOT;
case POWER_STATE_TYPE_INTERNAL_BOOT: