Searched defs:UsbSdkInterface (Results 1 – 1 of 1) sorted by relevance
53 struct UsbSdkInterface { struct54 struct UsbInterface interface;55 int32_t parentObjectId;56 struct DListHead pipeList;57 struct OsalMutex listLock;58 UsbInterfaceStatus status;59 uint8_t altSettingId;60 struct UsbSession *session;61 OsalAtomic refCount;62 bool forceDetachKernelDriver;