Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h74 struct UsbHostRequest { struct
78 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 …]
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h169 struct UsbHostRequest { struct
173 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 …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h304 struct UsbHostRequest { struct
308 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 …]