Home
last modified time | relevance | path

Searched refs:ZeroPowerODDInfo (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dzpodd.c103 if (DeviceExtension->ZeroPowerODDInfo != NULL) in _IRQL_requires_max_()
272 DeviceExtension->ZeroPowerODDInfo = zpoddInfo; in _IRQL_requires_max_()
594 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
699 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
791 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
H A Dautorun.c512 if ((DeviceExtension->ZeroPowerODDInfo != NULL) && in _IRQL_requires_max_()
513 (DeviceExtension->ZeroPowerODDInfo->LoadingMechanism == LOADING_MECHANISM_CADDY) && in _IRQL_requires_max_()
514 … (DeviceExtension->ZeroPowerODDInfo->Load == 0)) // Slot in _IRQL_requires_max_()
534 if ((DeviceExtension->ZeroPowerODDInfo != NULL) && in _IRQL_requires_max_()
535 (DeviceExtension->ZeroPowerODDInfo->LoadingMechanism == LOADING_MECHANISM_CADDY) && in _IRQL_requires_max_()
536 … (DeviceExtension->ZeroPowerODDInfo->Load == 0)) // Slot in _IRQL_requires_max_()
591 if ((DeviceExtension->ZeroPowerODDInfo != NULL) && in _IRQL_requires_max_()
592 (DeviceExtension->ZeroPowerODDInfo->LoadingMechanism == LOADING_MECHANISM_TRAY) && in _IRQL_requires_max_()
593 … (DeviceExtension->ZeroPowerODDInfo->Load == 0) && // Drawer in _IRQL_requires_max_()
H A Dsense.c2084 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo;
2376 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo;
2503 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo;
H A Dcommon.c504 PZERO_POWER_ODD_INFO zpoddInfo = deviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
3826 if ((DeviceExtension->ZeroPowerODDInfo != NULL) && in RequestSend()
3827 (DeviceExtension->ZeroPowerODDInfo->InZeroPowerState != FALSE)) in RequestSend()
H A Dcdrom.c1026 zpoddInfo = deviceExtension->ZeroPowerODDInfo; in DeviceEvtD0Entry()
1105 zpoddInfo = deviceExtension->ZeroPowerODDInfo; in DeviceEvtD0Exit()
1886 PZERO_POWER_ODD_INFO zpoddInfo = deviceExtension->ZeroPowerODDInfo; in RequestDispatchToSequentialQueue()
H A Dcdrom.h566 PZERO_POWER_ODD_INFO ZeroPowerODDInfo; member
H A Dioctl.c365 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in RequestHandleGetMediaTypeEx()
3876 PZERO_POWER_ODD_INFO zpoddInfo = deviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
4687 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()
6520 PZERO_POWER_ODD_INFO zpoddInfo = DeviceExtension->ZeroPowerODDInfo; in _IRQL_requires_max_()