Home
last modified time | relevance | path

Searched refs:PortDevice (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/usb/usbhub/
H A Dioctl.c567 PDEVICE_OBJECT PortDevice; in USBH_IoctlGetNodeName() local
606 if (!PortDevice) in USBH_IoctlGetNodeName()
615 PortExtension = PortDevice->DeviceExtension; in USBH_IoctlGetNodeName()
951 PDEVICE_OBJECT PortDevice; in USBH_IoctlGetNodeConnectionDriverKeyName() local
976 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() local
1074 PortDevice = PortData->DeviceObject; in USBH_IoctlGetDescriptor()
[all …]
H A Dusbhub.c1876 PDEVICE_OBJECT PortDevice; in USBH_ProcessPortStateChange() local
1902 if (!PortDevice) in USBH_ProcessPortStateChange()
3055 PDEVICE_OBJECT PortDevice; in USBH_HubQueuePortIdleIrps() local
3075 if (PortDevice) in USBH_HubQueuePortIdleIrps()
3127 PDEVICE_OBJECT PortDevice; in USBH_FlushPortPwrList() local
3146 if (!PortDevice) in USBH_FlushPortPwrList()
3369 PDEVICE_OBJECT PortDevice; in USBH_FdoIdleNotificationCallback() local
3432 if (PortDevice) in USBH_FdoIdleNotificationCallback()
4173 PDEVICE_OBJECT PortDevice; in USBH_CheckDeviceIDUnique() local
4191 if (PortDevice) in USBH_CheckDeviceIDUnique()
[all …]
H A Dpower.c163 PDEVICE_OBJECT PortDevice; in USBH_HubQueuePortWakeIrps() local
180 PortDevice = HubExtension->PortData[Port].DeviceObject; in USBH_HubQueuePortWakeIrps()
182 if (PortDevice) in USBH_HubQueuePortWakeIrps()
184 PortExtension = PortDevice->DeviceExtension; in USBH_HubQueuePortWakeIrps()
H A Dpnp.c1470 PDEVICE_OBJECT PortDevice; in USBH_FdoRemoveDevice() local
1486 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() local
2197 PortDevice = PortExtension->Common.SelfDevice; in USBH_PdoRemoveDevice()
2285 HubExtension->PortData[Port - 1].DeviceObject == PortDevice) in USBH_PdoRemoveDevice()
2337 IoDeleteDevice(PortDevice); in USBH_PdoRemoveDevice()