ReactOS 0.4.16-dev-401-g45b008d
|
#include <usb.h>
Public Attributes | |
USHORT | MaximumPacketSize |
UCHAR | EndpointAddress |
UCHAR | Interval |
USBD_PIPE_TYPE | PipeType |
USBD_PIPE_HANDLE | PipeHandle |
ULONG | MaximumTransferSize |
ULONG | PipeFlags |
UCHAR _USBD_PIPE_INFORMATION::EndpointAddress |
Definition at line 261 of file usb.h.
Referenced by FxUsbPipe::GetInformation(), HidUsb_GetInputInterruptInterfaceHandle(), FxUsbPipe::IsInEndpoint(), FxUsbPipe::IsOutEndpoint(), UhciControlTransfer(), and UhciMapAsyncTransferToTDs().
UCHAR _USBD_PIPE_INFORMATION::Interval |
Definition at line 262 of file usb.h.
Referenced by FxUsbPipe::GetInformation().
USHORT _USBD_PIPE_INFORMATION::MaximumPacketSize |
Definition at line 260 of file usb.h.
Referenced by FxUsbPipe::FormatTransferRequest(), FxUsbPipe::GetInformation(), FxUsbPipe::GetMaxPacketSize(), and FxUsbPipe::ValidateTransferLength().
ULONG _USBD_PIPE_INFORMATION::MaximumTransferSize |
Definition at line 265 of file usb.h.
Referenced by FxUsbCreateConfigRequest(), FxUsbPipe::GetInformation(), USBCCGP_PDOSelectConfiguration(), and USBD_CreateConfigurationRequestEx().
ULONG _USBD_PIPE_INFORMATION::PipeFlags |
Definition at line 266 of file usb.h.
Referenced by FxUsbCreateConfigRequest().
USBD_PIPE_HANDLE _USBD_PIPE_INFORMATION::PipeHandle |
Definition at line 264 of file usb.h.
Referenced by FxUsbPipe::FormatAbortRequest(), FxUsbPipe::FormatResetRequest(), FxUsbPipe::FormatTransferRequest(), FreeBT_AbortPipes(), USBSTOR_ResetHandlerWorkItemRoutine(), and FxUsbPipe::WdmGetPipeHandle().
USBD_PIPE_TYPE _USBD_PIPE_INFORMATION::PipeType |
Definition at line 263 of file usb.h.
Referenced by FxUsbPipe::GetInformation(), FxUsbPipe::GetType(), HidUsb_GetInputInterruptInterfaceHandle(), and FxUsbPipe::IsType().