Searched defs:UsbHostRequest (Results 1 – 3 of 3) sorted by relevance
74 struct UsbHostRequest { struct78 uint32_t length;80 int32_t actualLength;84 void *userData;93 int32_t bufLen;94 struct OsalSem sem;98 void *bulkUrb;99 union {103 int32_t numUrbs;104 int32_t numRetired;[all …]
169 struct UsbHostRequest { struct173 uint32_t length;175 int32_t actualLength;179 void *userData;186 int32_t bufLen;187 struct OsalSem sem;189 unsigned int timeout;191 union {195 int32_t numUrbs;196 int32_t numRetired;[all …]
304 struct UsbHostRequest { struct308 uint32_t length;310 int32_t actualLength;314 void *userData;321 int32_t bufLen;322 struct OsalSem sem;324 unsigned int timeout;326 union {330 int32_t numUrbs;331 int32_t numRetired;[all …]