Searched defs:UsbEcmDevice (Results 1 – 1 of 1) sorted by relevance
74 struct UsbEcmDevice { struct75 struct IDeviceIoService service;76 struct HdfDeviceObject *device;77 struct UsbFnDevice *fnDev;83 uint8_t ctrlId;84 uint8_t dataId;85 struct OsalMutex lock;87 struct UsbEcm *port;91 uint8_t notifyState;92 bool isOpen;[all …]