|
XenevaOS
|

Functions | |
| void | USBEndpoint (TUSBEndpoint *pThis, TUSBDevice *pDevice) |
| void | USBEndpoint2 (TUSBEndpoint *pThis, TUSBDevice *pDevice, const TUSBEndpointDescriptor *pDesc) |
| void | USBEndpointCopy (TUSBEndpoint *pThis, TUSBEndpoint *pEndpoint, TUSBDevice *pDevice) |
| void | _USBEndpoint (TUSBEndpoint *pThis) |
| TUSBDevice * | USBEndpointGetDevice (TUSBEndpoint *pThis) |
| u8 | USBEndpointGetNumber (TUSBEndpoint *pThis) |
| TEndpointType | USBEndpointGetType (TUSBEndpoint *pThis) |
| boolean | USBEndpointIsDirectionIn (TUSBEndpoint *pThis) |
| void | USBEndpointSetMaxPacketSize (TUSBEndpoint *pThis, u32 nMaxPacketSize) |
| u32 | USBEndpointGetMaxPacketSize (TUSBEndpoint *pThis) |
| unsigned | USBEndpointGetInterval (TUSBEndpoint *pThis) |
| TUSBPID | USBEndpointGetNextPID (TUSBEndpoint *pThis, boolean bStatusStage) |
| void | USBEndpointSkipPID (TUSBEndpoint *pThis, unsigned nPackets, boolean bStatusStage) |
| void | USBEndpointResetPID (TUSBEndpoint *pThis) |
| void _USBEndpoint | ( | TUSBEndpoint * | pThis | ) |
| void USBEndpoint | ( | TUSBEndpoint * | pThis, |
| TUSBDevice * | pDevice | ||
| ) |
| void USBEndpoint2 | ( | TUSBEndpoint * | pThis, |
| TUSBDevice * | pDevice, | ||
| const TUSBEndpointDescriptor * | pDesc | ||
| ) |
| void USBEndpointCopy | ( | TUSBEndpoint * | pThis, |
| TUSBEndpoint * | pEndpoint, | ||
| TUSBDevice * | pDevice | ||
| ) |
| TUSBDevice * USBEndpointGetDevice | ( | TUSBEndpoint * | pThis | ) |
| unsigned USBEndpointGetInterval | ( | TUSBEndpoint * | pThis | ) |
| u32 USBEndpointGetMaxPacketSize | ( | TUSBEndpoint * | pThis | ) |
| TUSBPID USBEndpointGetNextPID | ( | TUSBEndpoint * | pThis, |
| boolean | bStatusStage | ||
| ) |
| u8 USBEndpointGetNumber | ( | TUSBEndpoint * | pThis | ) |
| TEndpointType USBEndpointGetType | ( | TUSBEndpoint * | pThis | ) |
| boolean USBEndpointIsDirectionIn | ( | TUSBEndpoint * | pThis | ) |
| void USBEndpointResetPID | ( | TUSBEndpoint * | pThis | ) |
| void USBEndpointSetMaxPacketSize | ( | TUSBEndpoint * | pThis, |
| u32 | nMaxPacketSize | ||
| ) |
| void USBEndpointSkipPID | ( | TUSBEndpoint * | pThis, |
| unsigned | nPackets, | ||
| boolean | bStatusStage | ||
| ) |