Searched refs:LowerPdo (Results 1 – 14 of 14) sorted by relevance
/reactos/drivers/storage/class/cdrom/ |
H A D | zpodd.c | 532 DeviceExtension->LowerPdo, in _IRQL_requires_max_() 551 status = IoCallDriver(DeviceExtension->LowerPdo, irp); in _IRQL_requires_max_() 645 DeviceExtension->LowerPdo, in DeviceZPODDGetPowerupReason() 664 status = IoCallDriver(DeviceExtension->LowerPdo, irp); in DeviceZPODDGetPowerupReason() 823 DeviceExtension->LowerPdo); in _IRQL_requires_max_()
|
H A D | cdrom.c | 512 deviceExtension->LowerPdo = lowerPdo; in DriverEvtDeviceAdd() 646 …if (deviceExtension->LowerPdo->AlignmentRequirement > deviceExtension->DeviceObject->AlignmentRequ… in DriverEvtDeviceAdd() 649 deviceExtension->LowerPdo->AlignmentRequirement); in DriverEvtDeviceAdd() 730 status = IoGetDevicePropertyData(deviceExtension->LowerPdo, in DriverEvtDeviceAdd() 1134 watchdogTimeSupported = PoQueryWatchdogTime(deviceExtension->LowerPdo, &secondsRemaining); in DeviceEvtD0Exit() 2614 IoInvalidateDeviceRelations(deviceExtension->LowerPdo, BusRelations); in RequestDispatchToSequentialQueue()
|
H A D | cdrom.h | 496 PDEVICE_OBJECT LowerPdo; member
|
H A D | common.c | 865 IoReportTargetDeviceChangeAsynchronous(DeviceExtension->LowerPdo, in DeviceSendNotification() 3630 PoQueryWatchdogTime(DeviceExtension->LowerPdo, &secondsRemaining); in _IRQL_requires_max_()
|
H A D | sense.c | 973 IoInvalidateDeviceRelations(DeviceExtension->LowerPdo, BusRelations);
|
H A D | init.c | 2699 status = IoGetDevicePropertyData(DeviceExtension->LowerPdo, in _IRQL_requires_max_()
|
/reactos/drivers/storage/class/classpnp/ |
H A D | power.c | 324 if (PoQueryWatchdogTime(fdoExtension->LowerPdo, &secondsRemaining)) { in ClasspPowerUpCompletion() 524 if (PoQueryWatchdogTime(fdoExtension->LowerPdo, &secondsRemaining)) { in ClasspPowerUpCompletion() 1145 if (PoQueryWatchdogTime(fdoExtension->LowerPdo, &secondsRemaining)) { in ClasspPowerDownCompletion()
|
H A D | utils.c | 93 status = IoOpenDeviceRegistryKey(FdoExtension->LowerPdo, in _IRQL_requires_max_() 158 status = IoOpenDeviceRegistryKey(FdoExtension->LowerPdo, in _IRQL_requires_max_() 248 status = IoOpenDeviceRegistryKey(FdoExtension->LowerPdo, in _IRQL_requires_max_() 5829 status = IoGetDeviceProperty(fdoExtension->LowerPdo, in _IRQL_requires_() 5966 status = IoGetDeviceProperty(fdoExtension->LowerPdo, in _IRQL_requires_() 8102 fdoExtension->LowerPdo, in _IRQL_requires_max_() 8112 status = IoCallDriver(fdoExtension->LowerPdo, irp); in _IRQL_requires_max_() 8164 fdoExtension->LowerPdo, in _IRQL_requires_max_() 8174 status = IoCallDriver(fdoExtension->LowerPdo, irp); in _IRQL_requires_max_()
|
H A D | classwmi.c | 403 … (ULONG_PTR)((PFUNCTIONAL_DEVICE_EXTENSION)commonExtension)->LowerPdo : in ClassSystemControl()
|
H A D | class.c | 5672 IoInvalidateDeviceRelations(fdoExtension->LowerPdo, BusRelations); 8319 ((PFUNCTIONAL_DEVICE_EXTENSION) commonExtension)->LowerPdo, 8857 status = IoGetDevicePropertyData(FdoExtension->LowerPdo, 10275 IoInvalidateDeviceRelations(fdoExtension->LowerPdo, BusRelations); 10417 commonExtension->PartitionZeroExtension->LowerPdo, 10990 pdo = functionalExtension->LowerPdo; 12559 status = IoGetDeviceProperty(FdoExtension->LowerPdo, 12673 status = IoOpenDeviceRegistryKey(FdoExtension->LowerPdo,
|
H A D | autorun.c | 241 IoReportTargetDeviceChangeAsynchronous(FdoExtension->LowerPdo, in _IRQL_requires_max_() 2582 status = IoOpenDeviceRegistryKey( FdoExtension->LowerPdo, in ClasspMediaChangeDeviceInstanceOverride()
|
/reactos/drivers/storage/class/sfloppy/ |
H A D | floppy.c | 788 fdoExtension->LowerPdo = Pdo; in CreateFlopDeviceObject() 921 status = IoRegisterDeviceInterface(fdoExtension->LowerPdo, in ScsiFlopInitDevice()
|
/reactos/drivers/storage/class/disk/ |
H A D | disk.c | 493 fdoExtension->LowerPdo = PhysicalDeviceObject; in DiskCreateFdo() 3565 IoInvalidateDeviceRelations(p0Extension->LowerPdo, BusRelations); in DiskIoctlGetLengthInfo() 5452 IoReportTargetDeviceChangeAsynchronous(fdoExtension->LowerPdo, in DiskIoctlUpdateDriveSize()
|
/reactos/sdk/include/ddk/ |
H A D | classpnp.h | 875 PDEVICE_OBJECT LowerPdo; member
|