Home
last modified time | relevance | path

Searched refs:USB_RAW_REQUEST_TIME_ZERO_MS (Results 1 – 7 of 7) sorted by relevance

/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_raw_test.c953 fillRequestData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfFillInterruptRequest001()
976 fillRequestData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfFillInterruptRequest002()
999 fillRequestData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfFillInterruptRequest003()
1428 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendBulkRequest001()
1454 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendBulkRequest002()
1474 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendBulkRequest003()
1494 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendBulkRequest004()
1528 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendInterruptRequest001()
1549 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendInterruptRequest002()
1571 reqData.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckRawSdkIfSendInterruptRequest003()
[all …]
Dusb_test.c1027 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillIsoRequest001()
1053 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillIsoRequest002()
1079 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillIsoRequest003()
1125 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillIsoRequest005()
1218 readParmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest001()
1250 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest002()
1273 intParmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest003()
1369 readParmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest005()
1402 parmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest006()
1425 intParmas.timeout = USB_RAW_REQUEST_TIME_ZERO_MS; in CheckHostSdkIfFillRequest007()
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
Dusb_test.h235 #define USB_RAW_REQUEST_TIME_ZERO_MS 0 macro
Dusb_raw_test.h180 #define USB_RAW_REQUEST_TIME_ZERO_MS 0 macro
/drivers/peripheral/usb/ddk/host/include/
Dusb_raw_api_library.h30 #define USB_RAW_REQUEST_TIME_ZERO_MS (0) macro
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c48 if (request->timeout == USB_RAW_REQUEST_TIME_ZERO_MS) { in HandleSyncRequestCompletion()
655 if (request->timeout == USB_RAW_REQUEST_TIME_ZERO_MS) { in ControlRequestCompletion()
Dusb_interface_pool.c1704 if (requestObj->hostRequest->timeout == USB_RAW_REQUEST_TIME_ZERO_MS) { in UsbSubmitRequestSync()