Lines Matching defs:UsbSerial
52 struct UsbSerial { struct
53 struct UsbAcmDevice *acm;
54 struct UsbCdcLineCoding lineCoding;
55 struct OsalMutex lock;
57 struct DListHead readPool;
58 struct DListHead readQueue;
59 int32_t readStarted;
60 int32_t readAllocated;
61 struct DataFifo readFifo;
62 struct DListHead writePool;
63 int32_t writeStarted;
64 int32_t writeAllocated;
65 struct DataFifo writeFifo;
66 bool writeBusy;
68 bool suspended;
69 bool startDelayed;
70 int32_t refCount;