Searched defs:UsbInterfacePool (Results 1 – 1 of 1) sorted by relevance
64 struct UsbInterfacePool { struct65 struct UsbObject object;66 struct UsbSession *session;67 struct OsalMutex mutex;68 struct DListHead interfaceList;69 struct OsalMutex interfaceLock;70 OsalAtomic refCount;71 uint8_t busNum;72 uint8_t devAddr;73 OsalAtomic ioRefCount;[all …]