Home
last modified time | relevance | path

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

/reactos/drivers/usb/usbhub/
H A Dpnp.c569 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_WAIT_WAKE; in USBH_FdoCleanup()
610 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_POWER_D3; in USBH_FdoCleanup()
2107 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_POWER_D3; in USBH_RestoreDevice()
2134 PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_POWER_D3) in USBH_PdoStartDevice()
2148 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_HUB_DEVICE) in USBH_PdoStartDevice()
2164 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_POWER_D3) in USBH_PdoStartDevice()
2169 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_DEVICE_STARTED; in USBH_PdoStartDevice()
2234 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_WAIT_WAKE; in USBH_PdoRemoveDevice()
2264 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_POWER_D3; in USBH_PdoRemoveDevice()
2293 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_DEVICE_STARTED; in USBH_PdoRemoveDevice()
[all …]
H A Dioctl.c109 if (PortExtension->PortPdoFlags & (USBHUB_PDO_FLAG_PORT_RESTORE_FAIL | in USBH_PdoUrbFilter()
370 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_PORT_RESSETING; in USBH_ResetPortWorker()
391 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_PORT_RESSETING) in USBH_PdoIoctlResetPort()
412 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_PORT_RESSETING; in USBH_PdoIoctlResetPort()
440 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_IDLE_NOTIFICATION; in USBH_PortIdleNotificationCancelRoutine()
617 if (!(PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_HUB_DEVICE) || in USBH_IoctlGetNodeName()
894 Info->DeviceIsHub = (PortExtension->PortPdoFlags & in USBH_IoctlGetNodeConnectionInformation()
985 if (!(PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_ENUMERATED)) in USBH_IoctlGetNodeConnectionDriverKeyName()
1295 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_NOT_CONNECTED) in USBH_PdoInternalControl()
1357 PortExtension->PortPdoFlags); in USBH_PdoInternalControl()
[all …]
H A Dusbhub.c1910 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_OVERCURRENT_PORT) in USBH_ProcessPortStateChange()
1917 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_POWER_D3) in USBH_ProcessPortStateChange()
2191 if (LowerPortExtension->PortPdoFlags & USBHUB_PDO_FLAG_POWER_D1_OR_D2) in USBH_ChangeIndicationWorker()
4015 if (PortExtension->PortPdoFlags & USBHUB_PDO_FLAG_REMOTE_WAKEUP) in USBH_PdoSetCapabilities()
4069 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_HUB_DEVICE; in USBH_ProcessDeviceInformation()
4084 PortExtension->PortPdoFlags &= ~USBHUB_PDO_FLAG_REMOTE_WAKEUP; in USBH_ProcessDeviceInformation()
4089 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_REMOTE_WAKEUP; in USBH_ProcessDeviceInformation()
4123 PortExtension->PortPdoFlags |= USBHUB_PDO_FLAG_MULTI_INTERFACE; in USBH_ProcessDeviceInformation()
4148 PortExtension->PortPdoFlags |= (USBHUB_PDO_FLAG_HUB_DEVICE | in USBH_ProcessDeviceInformation()
4472 PortExtension->PortPdoFlags = USBHUB_PDO_FLAG_PORT_LOW_SPEED; in USBH_CreateDevice()
[all …]
H A Dusbhub.h205 ULONG PortPdoFlags; member