/reactos/drivers/usb/usbport/ |
H A D | iface.c | 37 PDEVICE_OBJECT PdoDevice; in USBHI_CreateUsbDevice() local 44 PdoDevice = BusContext; in USBHI_CreateUsbDevice() 63 PDEVICE_OBJECT PdoDevice; in USBHI_InitializeUsbDevice() local 68 PdoDevice = BusContext; in USBHI_InitializeUsbDevice() 84 PDEVICE_OBJECT PdoDevice; in USBHI_GetUsbDescriptors() local 92 PdoDevice = BusContext; in USBHI_GetUsbDescriptors() 123 PDEVICE_OBJECT PdoDevice; in USBHI_RemoveUsbDevice() local 130 PdoDevice = BusContext; in USBHI_RemoveUsbDevice() 151 PdoDevice = BusContext; in USBHI_RestoreUsbDevice() 322 PdoDevice = BusContext; in USBHI_GetControllerInformation() [all …]
|
H A D | power.c | 18 PDEVICE_OBJECT PdoDevice; in USBPORT_CompletePdoWaitWake() local 26 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_CompletePdoWaitWake() 27 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_CompletePdoWaitWake() 84 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_CompletePendingIdleIrp() 242 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_PdoDevicePowerState() 303 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_CancelPendingWakeIrp() 322 USBPORT_PdoPower(IN PDEVICE_OBJECT PdoDevice, in USBPORT_PdoPower() argument 334 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_PdoPower() 554 PDEVICE_OBJECT PdoDevice; in USBPORT_DoIdleNotificationCallback() local 564 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_DoIdleNotificationCallback() [all …]
|
H A D | ioctl.c | 308 USBPORT_PdoDeviceControl(IN PDEVICE_OBJECT PdoDevice, in USBPORT_PdoDeviceControl() argument 317 USBPORT_PdoInternalDeviceControl(IN PDEVICE_OBJECT PdoDevice, in USBPORT_PdoInternalDeviceControl() argument 325 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_PdoInternalDeviceControl() 336 return USBPORT_HandleSubmitURB(PdoDevice, Irp, URB_FROM_IRP(Irp)); in USBPORT_PdoInternalDeviceControl() 344 *(PVOID *)IoStack->Parameters.Others.Argument1 = PdoDevice; in USBPORT_PdoInternalDeviceControl() 347 *(PVOID *)IoStack->Parameters.Others.Argument2 = PdoDevice; in USBPORT_PdoInternalDeviceControl() 382 return USBPORT_IdleNotification(PdoDevice, Irp); in USBPORT_PdoInternalDeviceControl()
|
H A D | pnp.c | 30 USBPORT_RegisterDeviceInterface(IN PDEVICE_OBJECT PdoDevice, in USBPORT_RegisterDeviceInterface() argument 46 Status = IoRegisterDeviceInterface(PdoDevice, in USBPORT_RegisterDeviceInterface() 55 Status = USBPORT_SetRegistryKeyValue(PdoDevice, in USBPORT_RegisterDeviceInterface() 1517 USBPORT_PdoPnP(IN PDEVICE_OBJECT PdoDevice, in USBPORT_PdoPnP() argument 1530 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_PdoPnP() 1548 Status = USBPORT_RootHubCreateDevice(FdoDevice, PdoDevice); in USBPORT_PdoPnP() 1552 Status = USBPORT_RegisterDeviceInterface(PdoDevice, in USBPORT_PdoPnP() 1553 PdoDevice, in USBPORT_PdoPnP() 1620 DeviceRelations->Objects[0] = PdoDevice; in USBPORT_PdoPnP() 1622 ObReferenceObject(PdoDevice); in USBPORT_PdoPnP() [all …]
|
H A D | roothub.c | 748 IN PDEVICE_OBJECT PdoDevice) in USBPORT_RootHubCreateDevice() argument 769 PdoDevice); in USBPORT_RootHubCreateDevice() 772 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_RootHubCreateDevice() 921 PDEVICE_OBJECT PdoDevice; in USBPORT_InvalidateRootHub() local 943 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_InvalidateRootHub() 945 if (PdoDevice) in USBPORT_InvalidateRootHub() 947 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_InvalidateRootHub()
|
H A D | usbport.h | 700 IN PDEVICE_OBJECT PdoDevice, 999 IN PDEVICE_OBJECT PdoDevice, 1006 PDEVICE_OBJECT PdoDevice, 1066 IN PDEVICE_OBJECT PdoDevice, 1078 IN PDEVICE_OBJECT PdoDevice, 1085 IN PDEVICE_OBJECT PdoDevice); 1279 IN PDEVICE_OBJECT PdoDevice); 1314 IN PDEVICE_OBJECT PdoDevice,
|
H A D | usbport.c | 297 IN PDEVICE_OBJECT PdoDevice, in USBPORT_GetRegistryKeyValueFullInfo() argument 319 Status = IoOpenDeviceRegistryKey(PdoDevice, in USBPORT_GetRegistryKeyValueFullInfo() 326 Status = IoOpenDeviceRegistryKey(PdoDevice, in USBPORT_GetRegistryKeyValueFullInfo() 1225 PDEVICE_OBJECT PdoDevice; in USBPORT_DoRootHubCallback() local 1234 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_DoRootHubCallback() 1236 if (PdoDevice) in USBPORT_DoRootHubCallback() 1238 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_DoRootHubCallback() 1475 PDEVICE_OBJECT PdoDevice; in USBPORT_SynchronizeControllersStart() local 1486 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_SynchronizeControllersStart() 1488 if (!PdoDevice) in USBPORT_SynchronizeControllersStart() [all …]
|
H A D | urb.c | 791 USBPORT_HandleSubmitURB(IN PDEVICE_OBJECT PdoDevice, in USBPORT_HandleSubmitURB() argument 804 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_HandleSubmitURB()
|
/reactos/drivers/usb/usbhub/ |
H A D | pnp.c | 1039 PDEVICE_OBJECT PdoDevice; in USBH_FdoQueryBusRelations() local 1168 PdoDevice = PortData->DeviceObject; in USBH_FdoQueryBusRelations() 1172 PdoExtension = PdoDevice->DeviceExtension; in USBH_FdoQueryBusRelations() 1188 if (PdoDevice) in USBH_FdoQueryBusRelations() 1218 if (PdoDevice) in USBH_FdoQueryBusRelations() 1220 ObReferenceObject(PdoDevice); in USBH_FdoQueryBusRelations() 1222 PdoDevice->Flags |= DO_POWER_PAGABLE; in USBH_FdoQueryBusRelations() 1227 PdoExtension = PdoDevice->DeviceExtension; in USBH_FdoQueryBusRelations() 1365 PdoDevice = DeviceRelations->Objects[Port]; in USBH_FdoQueryBusRelations() 1390 PdoDevice = DeviceRelations->Objects[Port]; in USBH_FdoQueryBusRelations() [all …]
|
H A D | power.c | 470 PDEVICE_OBJECT PdoDevice; in USBH_FdoPower() local 664 PdoDevice = PortData[Port].DeviceObject; in USBH_FdoPower() 666 if (PdoDevice) in USBH_FdoPower() 668 PortExtension = PdoDevice->DeviceExtension; in USBH_FdoPower()
|
H A D | usbhub.c | 3225 PDEVICE_OBJECT PdoDevice; in USBH_CheckIdleAbort() local 3248 PdoDevice = PortData[Port].DeviceObject; in USBH_CheckIdleAbort() 3250 if (PdoDevice) in USBH_CheckIdleAbort() 3252 PortExtension = PdoDevice->DeviceExtension; in USBH_CheckIdleAbort() 3270 PdoDevice = PortData[Port].DeviceObject; in USBH_CheckIdleAbort() 3272 if (PdoDevice) in USBH_CheckIdleAbort() 3274 PortExtension = PdoDevice->DeviceExtension; in USBH_CheckIdleAbort() 3810 PDEVICE_OBJECT PdoDevice; in USBH_CheckHubIdle() local 3890 PdoDevice = PortData[Port].DeviceObject; in USBH_CheckHubIdle() 3892 if (PdoDevice) in USBH_CheckHubIdle() [all …]
|
/reactos/drivers/usb/usbstor/ |
H A D | pdo.c | 691 IN PDEVICE_OBJECT PdoDevice, in USBSTOR_SendInternalCdb() argument 740 Irp = IoAllocateIrp(PdoDevice->StackSize, FALSE); in USBSTOR_SendInternalCdb() 776 if (IoCallDriver(PdoDevice, Irp) == STATUS_PENDING) in USBSTOR_SendInternalCdb()
|
/reactos/drivers/bus/acpi/cmbatt/ |
H A D | cmbatt.c | 569 PDEVICE_OBJECT PdoDevice; in CmBattQueryTag() local 578 PdoDevice = DeviceExtension->PdoDeviceObject; in CmBattQueryTag() 582 Status = CmBattGetStaData(PdoDevice, &StaData); in CmBattQueryTag()
|