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