Searched refs:PortDevice (Results 1 – 4 of 4) sorted by relevance
567 PDEVICE_OBJECT PortDevice; in USBH_IoctlGetNodeName() local606 if (!PortDevice) in USBH_IoctlGetNodeName()615 PortExtension = PortDevice->DeviceExtension; in USBH_IoctlGetNodeName()951 PDEVICE_OBJECT PortDevice; in USBH_IoctlGetNodeConnectionDriverKeyName() local976 PortDevice = PortData->DeviceObject; in USBH_IoctlGetNodeConnectionDriverKeyName()978 if (!PortDevice) in USBH_IoctlGetNodeConnectionDriverKeyName()983 PortExtension = PortDevice->DeviceExtension; in USBH_IoctlGetNodeConnectionDriverKeyName()993 Status = IoGetDeviceProperty(PortDevice, in USBH_IoctlGetNodeConnectionDriverKeyName()1030 PDEVICE_OBJECT PortDevice; in USBH_IoctlGetDescriptor() local1074 PortDevice = PortData->DeviceObject; in USBH_IoctlGetDescriptor()[all …]
1876 PDEVICE_OBJECT PortDevice; in USBH_ProcessPortStateChange() local1902 if (!PortDevice) in USBH_ProcessPortStateChange()3055 PDEVICE_OBJECT PortDevice; in USBH_HubQueuePortIdleIrps() local3075 if (PortDevice) in USBH_HubQueuePortIdleIrps()3127 PDEVICE_OBJECT PortDevice; in USBH_FlushPortPwrList() local3146 if (!PortDevice) in USBH_FlushPortPwrList()3369 PDEVICE_OBJECT PortDevice; in USBH_FdoIdleNotificationCallback() local3432 if (PortDevice) in USBH_FdoIdleNotificationCallback()4173 PDEVICE_OBJECT PortDevice; in USBH_CheckDeviceIDUnique() local4191 if (PortDevice) in USBH_CheckDeviceIDUnique()[all …]
163 PDEVICE_OBJECT PortDevice; in USBH_HubQueuePortWakeIrps() local180 PortDevice = HubExtension->PortData[Port].DeviceObject; in USBH_HubQueuePortWakeIrps()182 if (PortDevice) in USBH_HubQueuePortWakeIrps()184 PortExtension = PortDevice->DeviceExtension; in USBH_HubQueuePortWakeIrps()
1470 PDEVICE_OBJECT PortDevice; in USBH_FdoRemoveDevice() local1486 PortDevice = PortData->DeviceObject; in USBH_FdoRemoveDevice()1488 if (PortDevice) in USBH_FdoRemoveDevice()1493 PortExtension = PortDevice->DeviceExtension; in USBH_FdoRemoveDevice()2184 PDEVICE_OBJECT PortDevice; in USBH_PdoRemoveDevice() local2197 PortDevice = PortExtension->Common.SelfDevice; in USBH_PdoRemoveDevice()2285 HubExtension->PortData[Port - 1].DeviceObject == PortDevice) in USBH_PdoRemoveDevice()2337 IoDeleteDevice(PortDevice); in USBH_PdoRemoveDevice()