Lines Matching defs:UsbAdapterUrb
57 struct UsbAdapterUrb { struct
58 unsigned char type;
59 unsigned char endPoint;
60 int32_t status;
61 unsigned int flags;
62 void *buffer;
63 int32_t bufferLength;
64 int32_t actualLength;
65 int32_t startFrame;
66 int32_t numberOfPackets;
67 int32_t errorCount;
68 unsigned int signr;
69 void *userContext;
70 struct UsbIsoPacketDesc isoFrameDesc[0];