Searched refs:dxState (Results 1 – 2 of 2) sorted by relevance
2799 DEVICE_POWER_STATE dxState; in PowerPolicySetS0IdleSettings() local2807 dxState = PowerDeviceD3; in PowerPolicySetS0IdleSettings()2938 dxState = PowerDeviceD3; in PowerPolicySetS0IdleSettings()3277 DEVICE_POWER_STATE dxState; in PowerPolicySetSxWakeSettings() local3281 dxState = PowerDeviceD3; in PowerPolicySetSxWakeSettings()3340 if (dxState < PowerDeviceD1 || dxState > PowerDeviceD3) { in PowerPolicySetSxWakeSettings()3348 dxState, status); in PowerPolicySetSxWakeSettings()3355 dxState = Settings->DxState; in PowerPolicySetSxWakeSettings()3358 if (dxState > dxDeepest) { in PowerPolicySetSxWakeSettings()6444 DEVICE_POWER_STATE dxState; in PowerPolicyGetDeviceDeepestDeviceWakeState() local[all …]
4844 DEVICE_POWER_STATE dxState; in PowerPolSleepingNoWakePowerDown() local4848 dxState = (DEVICE_POWER_STATE) in PowerPolSleepingNoWakePowerDown()4851 if (dxState != PowerDeviceD3) { in PowerPolSleepingNoWakePowerDown()4867 if (dxState < dxMappedState) { in PowerPolSleepingNoWakePowerDown()4868 dxState = dxMappedState; in PowerPolSleepingNoWakePowerDown()4872 ASSERT(dxState >= PowerDeviceD1 && dxState <= PowerDeviceD3); in PowerPolSleepingNoWakePowerDown()4874 status = This->PowerPolicyPowerDownForSx(dxState, Retry); in PowerPolSleepingNoWakePowerDown()