Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/include/
Dusb_interface_pool.h64 struct UsbInterfacePool { struct
65 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 …]