Lines Matching defs:UsbAcmDevice
90 struct UsbAcmDevice { struct
91 struct IDeviceIoService service;
92 struct HdfDeviceObject *device;
93 struct UsbFnDevice *fnDev;
94 struct UsbAcmInterface ctrlIface;
95 struct UsbAcmInterface dataIface;
96 struct UsbAcmPipe notifyPipe;
97 struct UsbAcmPipe dataInPipe;
98 struct UsbAcmPipe dataOutPipe;
100 struct DListHead ctrlPool;
101 int32_t ctrlReqNum;
102 struct UsbFnRequest *notifyReq;
126 struct UsbAcmDevice *acm; argument