Home
last modified time | relevance | path

Searched defs:UsbSerial (Results 1 – 1 of 1) sorted by relevance

/drivers/peripheral/usb/gadget/function/include/
Dcdcacm.h52 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;
[all …]