ReactOS 0.4.16-dev-734-g364d6e0
|
#include <usbhub.h>
Public Attributes | |
USB_PORT_STATUS_AND_CHANGE | PortStatus |
PDEVICE_OBJECT | DeviceObject |
USB_CONNECTION_STATUS | ConnectionStatus |
ULONG | PortAttributes |
USB_CONNECTION_STATUS _USBHUB_PORT_DATA::ConnectionStatus |
Definition at line 120 of file usbhub.h.
Referenced by USBH_FdoQueryBusRelations(), USBH_FdoSurpriseRemoveDevice(), USBH_IoctlGetNodeConnectionAttributes(), USBH_IoctlGetNodeConnectionInformation(), USBH_PdoRemoveDevice(), USBH_ProcessPortStateChange(), USBH_SelectConfigOrInterfaceComplete(), USBH_StartHubFdoDevice(), and USBH_SyncGetHubDescriptor().
PDEVICE_OBJECT _USBHUB_PORT_DATA::DeviceObject |
Definition at line 119 of file usbhub.h.
Referenced by USBH_CheckHubIdle(), USBH_CheckIdleAbort(), USBH_FdoCleanup(), USBH_FdoIdleNotificationCallback(), USBH_FdoPower(), USBH_FdoQueryBusRelations(), USBH_FdoRemoveDevice(), USBH_FdoSurpriseRemoveDevice(), USBH_IoctlGetDescriptor(), USBH_IoctlGetNodeConnectionDriverKeyName(), USBH_IoctlGetNodeConnectionInformation(), USBH_PdoIoctlGetPortStatus(), USBH_PdoRemoveDevice(), USBH_ProcessPortStateChange(), USBH_ResetDevice(), and USBH_RestoreDevice().
ULONG _USBHUB_PORT_DATA::PortAttributes |
Definition at line 121 of file usbhub.h.
Referenced by USBH_IoctlGetNodeConnectionAttributes(), and USBH_SyncGetHubDescriptor().
USB_PORT_STATUS_AND_CHANGE _USBHUB_PORT_DATA::PortStatus |
Definition at line 118 of file usbhub.h.
Referenced by USBH_ChangeIndicationAckChangeComplete(), USBH_FdoQueryBusRelations(), USBH_FdoRemoveDevice(), USBH_PdoIoctlGetPortStatus(), USBH_ProcessPortStateChange(), USBH_RestoreDevice(), USBH_SyncDisablePort(), USBH_SyncGetHubDescriptor(), and USBH_SyncPowerOnPort().