ReactOS
0.4.14-dev-608-gd495a4f
|
#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 CUSBDevice::BuildInterfaceDescriptor(), DumpFullConfigurationDescriptor(), USBHUB_DumpingConfiguration(), USBHUB_FdoStartDevice(), USBHUB_ParentFDOStartDevice(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bEndpointAddress |
Definition at line 130 of file usb100.h.
Referenced by CUSBRequest::AllocateEndpointDescriptor(), CUSBRequest::BuildBulkInterruptTransferQueueHead(), CUSBDevice::BuildInterfaceDescriptor(), DumpFullConfigurationDescriptor(), CUSBRequest::GetEndpointAddress(), CHubController::HandleClearStall(), CHubController::HandleIsochronousTransfer(), CHubController::HandleSelectConfiguration(), CUSBRequest::InternalCalculateTransferLength(), CUSBRequest::InternalGetPidDirection(), CUSBDevice::SelectInterface(), USBHUB_DumpingConfiguration(), USBHUB_FdoStartDevice(), USBHUB_ParentFDOStartDevice(), USBPORT_OpenPipe(), USBPORT_RootHubCreateDevice(), and USBSTOR_ScanConfigurationDescriptor().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bInterval |
Definition at line 133 of file usb100.h.
Referenced by CUSBDevice::BuildInterfaceDescriptor(), DumpFullConfigurationDescriptor(), CHubController::HandleSelectConfiguration(), CUSBDevice::SelectInterface(), USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bLength |
Definition at line 128 of file usb100.h.
Referenced by CUSBDevice::BuildInterfaceDescriptor(), DumpFullConfigurationDescriptor(), USBHUB_DumpingConfiguration(), USBHUB_FdoStartDevice(), USBHUB_ParentFDOStartDevice(), and USBPORT_RootHubCreateDevice().
UCHAR _USB_ENDPOINT_DESCRIPTOR::bmAttributes |
Definition at line 131 of file usb100.h.
Referenced by CUSBDevice::BuildInterfaceDescriptor(), DumpFullConfigurationDescriptor(), CHubController::HandleBulkOrInterruptTransfer(), CHubController::HandleIsochronousTransfer(), CHubController::HandleSelectConfiguration(), CHubController::HandleSyncResetAndClearStall(), CUSBRequest::InternalGetTransferType(), USBHUB_DumpingConfiguration(), USBHUB_FdoStartDevice(), USBHUB_ParentFDOStartDevice(), USBPORT_OpenPipe(), USBPORT_RootHubCreateDevice(), and USBSTOR_ScanConfigurationDescriptor().
USHORT _USB_ENDPOINT_DESCRIPTOR::wMaxPacketSize |
Definition at line 132 of file usb100.h.
Referenced by CUSBRequest::BuildBulkInterruptTransferQueueHead(), CUSBDevice::BuildInterfaceDescriptor(), CUSBRequest::BuildTransferDescriptorChain(), DumpFullConfigurationDescriptor(), CUSBRequest::GetMaxPacketSize(), GetMaxPacketSizeForInterface(), CHubController::HandleSelectConfiguration(), USBHUB_DumpingConfiguration(), USBPORT_OpenPipe(), and USBPORT_RootHubCreateDevice().