Home
last modified time | relevance | path

Searched refs:DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dzpodd.c257 … DeviceSendEnableIdlePowerIoctl(DeviceExtension, TRUE, TRUE, DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS); in _IRQL_requires_max_()
315 …eviceSendEnableIdlePowerIoctl(DeviceExtension, FALSE, FALSE, DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS); in _IRQL_requires_max_()
569 DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS)); in _IRQL_requires_max_()
816 … IsActive ? DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS : DELAY_TIME_TO_ENTER_AOAC_IDLE_POWER_IN_MS); in _IRQL_requires_max_()
H A Dcdromp.h259 #define DELAY_TIME_TO_ENTER_ZERO_POWER_IN_MS (60 * 1000) macro