Home
last modified time | relevance | path

Searched refs:AdapterDescriptor (Results 1 – 19 of 19) sorted by relevance

/reactos/drivers/usb/usbstor_new/
H A Ddisk.c248 PSTORAGE_ADAPTER_DESCRIPTOR AdapterDescriptor; in USBSTOR_HandleQueryProperty() local
503 AdapterDescriptor->Version = sizeof(STORAGE_ADAPTER_DESCRIPTOR); in USBSTOR_HandleQueryProperty()
504 AdapterDescriptor->Size = sizeof(STORAGE_ADAPTER_DESCRIPTOR); in USBSTOR_HandleQueryProperty()
507 AdapterDescriptor->AlignmentMask = 0; in USBSTOR_HandleQueryProperty()
508 AdapterDescriptor->AdapterUsesPio = FALSE; in USBSTOR_HandleQueryProperty()
509 AdapterDescriptor->AdapterScansDown = FALSE; in USBSTOR_HandleQueryProperty()
510 AdapterDescriptor->CommandQueueing = FALSE; in USBSTOR_HandleQueryProperty()
511 AdapterDescriptor->AcceleratedTransfer = FALSE; in USBSTOR_HandleQueryProperty()
512 AdapterDescriptor->BusType = BusTypeUsb; in USBSTOR_HandleQueryProperty()
513 AdapterDescriptor->BusMajorVersion = 0x2; //FIXME verify in USBSTOR_HandleQueryProperty()
[all …]
/reactos/drivers/storage/class/classpnp/
H A Dxferpkt.c228 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in InitializeTransferPackets()
360 fdoExt->AdapterDescriptor->AddressType, in __drv_allocatesMem()
369 fdoExt->AdapterDescriptor->AddressType, in __drv_allocatesMem()
378 fdoExt->AdapterDescriptor->AddressType, in __drv_allocatesMem()
750 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in SetupReadWriteTransferPacket()
1327 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in SetupEjectionTransferPacket()
1382 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in SetupModeSenseTransferPacket()
1438 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in SetupModeSelectTransferPacket()
1493 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in SetupDriveCapacityTransferPacket()
1745 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in _IRQL_requires_min_()
[all …]
H A Dpower.c224 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerUpCompletion()
383 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerUpCompletion()
559 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerUpCompletion()
795 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerDownCompletion()
892 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerDownCompletion()
970 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerDownCompletion()
1195 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerDownCompletion()
1415 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerDownCompletion()
1736 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPowerHandler()
2114 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in RetryPowerRequest()
H A Dcreate.c370 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspCleanupProtectedLocks()
638 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspEjectionControl()
H A Dobsolete.c608 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) {
1025 if (fdo->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) {
H A Dclass.c2051 (PVOID *)&fdoExtension->AdapterDescriptor); in ClassPnpStartDevice()
3111 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClassSendStartUnit()
7610 if ((fdoExtension->AdapterDescriptor != NULL) &&
7631 if ((fdoExtension->AdapterDescriptor != NULL) &&
10569 FREE_POOL(fdoExtension->AdapterDescriptor);
11814 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) {
11848 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) {
13110 if ((FdoExtension->AdapterDescriptor != NULL) &&
13266 if ((fdoExtension->AdapterDescriptor != NULL) &&
13312 if ((fdoExtension->AdapterDescriptor != NULL) &&
[all …]
H A Dutils.c1626 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClassReadCapacity16()
2411 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspDeviceGetLBProvisioningVPDPage()
2586 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspDeviceGetBlockLimitsVPDPage()
3400 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DeviceProcessDsmTrimRequest()
4734 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClassGetLBProvisioningLogPage()
5173 if ((fdoExtension->AdapterDescriptor != NULL) && in _IRQL_requires_()
5174 (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK)) { in _IRQL_requires_()
6253 if ((ULONG_PTR)prCommand & fdoExtension->AdapterDescriptor->AlignmentMask) { in ClasspPersistentReserve()
7391 …TORAGE_ADAPTER_DESCRIPTOR adapterDesc = commonExtension->PartitionZeroExtension->AdapterDescriptor; in ClasspGetTokenOperationCommandBufferLength()
8262 … (firmwareInfo->ImagePayloadMaxSize > fdoExtension->AdapterDescriptor->MaximumTransferLength)) { in ClasspGetHwFirmwareInfo()
[all …]
H A Dretry.c727 …TORAGE_ADAPTER_DESCRIPTOR adapterDesc = commonExtension->PartitionZeroExtension->AdapterDescriptor; in StepLowMemRetry()
H A Dautorun.c1461 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ClasspPrepareMcnIrp()
/reactos/drivers/storage/class/disk/
H A Ddisk.c1570 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskFlushDispatch()
1609 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskFlushDispatch()
1645 if (fdoExt->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskFlushDispatch()
1903 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskModeSelect()
2117 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskIoctlVerifyThread()
2757 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ResetBus()
2830 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in ResetBus()
4059 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskIoctlGetMediaTypesEx()
4080 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskIoctlGetMediaTypesEx()
4173 if (fdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskIoctlGetMediaTypesEx()
[all …]
H A Dpnp.c269 fdoExtension->AdapterDescriptor->CommandQueueing) { in DiskInitFdo()
H A Ddiskwmi.c704 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskPerformSmartCommand()
1949 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskInfoExceptionCheck()
2073 if (FdoExtension->AdapterDescriptor->SrbType == SRB_TYPE_STORAGE_REQUEST_BLOCK) { in DiskInfoExceptionCheck()
/reactos/drivers/usb/usbstor/
H A Ddisk.c228 PSTORAGE_ADAPTER_DESCRIPTOR_WIN8 AdapterDescriptor; in USBSTOR_HandleQueryProperty() local
388 AdapterDescriptor = Irp->AssociatedIrp.SystemBuffer; in USBSTOR_HandleQueryProperty()
393 *AdapterDescriptor = (STORAGE_ADAPTER_DESCRIPTOR_WIN8) { in USBSTOR_HandleQueryProperty()
/reactos/drivers/storage/class/sfloppy/
H A Dfloppy.c1293 if (fdoExtension->AdapterDescriptor->BusType == BusTypeUsb) { in ScsiFlopDeviceControl()
1332 if (fdoExtension->AdapterDescriptor->BusType == BusTypeUsb) in ScsiFlopDeviceControl()
1378 if (fdoExtension->AdapterDescriptor->BusType == BusTypeUsb) in ScsiFlopDeviceControl()
1456 if (fdoExtension->AdapterDescriptor->BusType == BusTypeUsb) in ScsiFlopDeviceControl()
2467 if (fdoExtension->AdapterDescriptor->BusType == BusTypeUsb) { in ScsiFlopProcessError()
2843 if(deviceExtension->AdapterDescriptor) { in ScsiFlopRemoveDevice()
2844 ExFreePool(deviceExtension->AdapterDescriptor); in ScsiFlopRemoveDevice()
2845 deviceExtension->AdapterDescriptor = NULL; in ScsiFlopRemoveDevice()
/reactos/drivers/storage/class/cdrom/
H A Dinit.c902 … (PSTORAGE_DESCRIPTOR_HEADER*)&DeviceExtension->AdapterDescriptor); in _IRQL_requires_max_()
930 ULONG maxAlignedTransfer = DeviceExtension->AdapterDescriptor->MaximumPhysicalPages; in _IRQL_requires_max_()
931 ULONG maxUnalignedTransfer = DeviceExtension->AdapterDescriptor->MaximumPhysicalPages; in _IRQL_requires_max_()
962 …maxAlignedTransfer = min(maxAlignedTransfer, DeviceExtension->AdapterDescriptor->MaximumTransf… in _IRQL_requires_max_()
963 …maxUnalignedTransfer = min(maxUnalignedTransfer, DeviceExtension->AdapterDescriptor->MaximumTransf… in _IRQL_requires_max_()
H A Dioctl.c821 DeviceExtension->AdapterDescriptor->AlignmentMask ) in RequestValidateRawRead()
827 DeviceExtension->AdapterDescriptor->AlignmentMask)); in RequestValidateRawRead()
935 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateReadTocEx()
1020 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateReadToc()
1063 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateGetLastSession()
1210 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateDvdReadStructure()
1405 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateGetConfiguration()
2767 *DataLength = DeviceExtension->AdapterDescriptor->Size; in RequestHandleQueryPropertyRetrieveCachedData()
2785 DeviceExtension->AdapterDescriptor, in RequestHandleQueryPropertyRetrieveCachedData()
3392 DeviceExtension->AdapterDescriptor->AlignmentMask) in RequestValidateDvdReadKey()
[all …]
H A Dcdrom.h542 PSTORAGE_ADAPTER_DESCRIPTOR AdapterDescriptor; member
H A Dcdrom.c963 FREE_POOL(deviceExtension->AdapterDescriptor); in DeviceEvtSelfManagedIoCleanup()
/reactos/sdk/include/ddk/
H A Dclasspnp.h877 PSTORAGE_ADAPTER_DESCRIPTOR AdapterDescriptor; member