Lines Matching refs:PdoDevice
18 PDEVICE_OBJECT PdoDevice; in USBPORT_CompletePdoWaitWake() local
26 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_CompletePdoWaitWake()
27 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_CompletePdoWaitWake()
75 USBPORT_CompletePendingIdleIrp(IN PDEVICE_OBJECT PdoDevice) in USBPORT_CompletePendingIdleIrp() argument
84 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_CompletePendingIdleIrp()
232 USBPORT_PdoDevicePowerState(IN PDEVICE_OBJECT PdoDevice, in USBPORT_PdoDevicePowerState() argument
242 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_PdoDevicePowerState()
268 USBPORT_CompletePendingIdleIrp(PdoDevice); in USBPORT_PdoDevicePowerState()
293 USBPORT_CancelPendingWakeIrp(IN PDEVICE_OBJECT PdoDevice, in USBPORT_CancelPendingWakeIrp() argument
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()
420 Status = USBPORT_PdoDevicePowerState(PdoDevice, Irp); in USBPORT_PdoPower()
554 PDEVICE_OBJECT PdoDevice; in USBPORT_DoIdleNotificationCallback() local
564 PdoDevice = FdoExtension->RootHubPdo; in USBPORT_DoIdleNotificationCallback()
565 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_DoIdleNotificationCallback()
612 USBPORT_IdleNotification(IN PDEVICE_OBJECT PdoDevice, in USBPORT_IdleNotification() argument
623 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_IdleNotification()
669 IN PDEVICE_OBJECT PdoDevice) in USBPORT_AdjustDeviceCapabilities() argument
678 PdoExtension = PdoDevice->DeviceExtension; in USBPORT_AdjustDeviceCapabilities()