ReactOS 0.4.16-dev-106-g10b08aa
|
#include <usb100.h>
Public Attributes | |
UCHAR | bLength |
UCHAR | bDescriptorType |
UCHAR | bEndpointAddress |
UCHAR | bmAttributes |
USHORT | wMaxPacketSize |
UCHAR | bInterval |
UCHAR _USB_ENDPOINT_DESCRIPTOR::bDescriptorType |
Definition at line 129 of file usb100.h.
Referenced by USBHUB_DumpingConfiguration(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bEndpointAddress |
Definition at line 130 of file usb100.h.
Referenced by USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), USBPORT_RootHubCreateDevice(), and USBSTOR_ScanConfigurationDescriptor().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bInterval |
Definition at line 133 of file usb100.h.
Referenced by USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bLength |
Definition at line 128 of file usb100.h.
Referenced by USBHUB_DumpingConfiguration(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bmAttributes |
Definition at line 131 of file usb100.h.
Referenced by USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), USBPORT_RootHubCreateDevice(), and USBSTOR_ScanConfigurationDescriptor().
USHORT _USB_ENDPOINT_DESCRIPTOR::wMaxPacketSize |
Definition at line 132 of file usb100.h.
Referenced by GetMaxPacketSizeForInterface(), USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), and USBPORT_RootHubCreateDevice().