Home
last modified time | relevance | path

Searched refs:TEST_CYCLE (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c63 if (TEST_CYCLE <= dbn) { in AcmDbAlloc()
72 dbn = (dbn + 1) % TEST_CYCLE; in AcmDbAlloc()
73 if (++i >= TEST_CYCLE) { in AcmDbAlloc()
82 n = TEST_CYCLE; in AcmDbIsAvail()
83 for (i = 0; i < TEST_CYCLE; i++) { in AcmDbIsAvail()
126 for (db = &acm->db[0], i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufAlloc()
148 for (db = (struct AcmDb *)&acm->db[0], i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufFree()
418 for (int32_t i = 0; i < TEST_CYCLE; i++) { in UsbSpeedRequestHandle()
452 for (i = 0; i < TEST_CYCLE; i++) { in UsbSpeedDdkExit()
506 for (i = 0; i < TEST_CYCLE; in UsbSerialSpeed()
[all...]
H A Dusbhost_nosdk_speed.c52 static struct UsbAdapterUrbs urb[TEST_CYCLE];
109 for (i = 0; i < TEST_CYCLE; i++) { in SendProcess()
116 if (i == TEST_CYCLE) { in SendProcess()
117 i = TEST_CYCLE - 1; in SendProcess()
152 for (i = 0; i < TEST_CYCLE; i++) { in UrbComplete()
170 for (int32_t i = 0; i < TEST_CYCLE; i++) { in BeginProcessHandleFirst()
224 for (i = 0; i < TEST_CYCLE; i++) { in BeginProcess()
250 for (i = 0; i < TEST_CYCLE; i++) { in BeginProcess()
H A Dusbhost_sdkraw_speed.c326 for (int32_t i = 0; i < TEST_CYCLE; i++) { in UsbAllocDataRequests()
356 for (i = 0; i < TEST_CYCLE; i++) { in UsbFreeDataRequests()
369 for (i = 0; i < TEST_CYCLE; i++) { in AcmDbAlloc()
383 int32_t n = TEST_CYCLE; in AcmDbIsAvail()
385 for (i = 0; i < TEST_CYCLE; i++) { in AcmDbIsAvail()
407 for (i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufAlloc()
428 for (i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufFree()
708 for (i = 0; i < TEST_CYCLE; i++) { in UsbSerialSpeed()
/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h28 #define TEST_CYCLE 30 macro
104 struct AcmDb db[TEST_CYCLE];
H A Dusbhost_sdkraw_speed.h26 #define TEST_CYCLE 30 macro
107 struct AcmDb db[TEST_CYCLE];
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h28 #define TEST_CYCLE 30 macro
101 struct AcmDb db[TEST_CYCLE];
H A Dusbhost_nosdk_speed.h27 #define TEST_CYCLE 30 macro
98 struct AcmDb db[TEST_CYCLE];
H A Dusbhost_sdkraw_speed.h26 #define TEST_CYCLE 30 macro
102 struct AcmDb db[TEST_CYCLE];
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c42 #define TEST_CYCLE 30 macro
60 static struct UsbAdapterUrbs urb[TEST_CYCLE];
162 for (i = 0; i < TEST_CYCLE; i++) { in SendProcess()
170 if (i == TEST_CYCLE) { in SendProcess()
171 i = TEST_CYCLE - 1; in SendProcess()
240 for (i = 0; i < TEST_CYCLE; i++) { in FillUrbData()
284 for (i = 0; i < TEST_CYCLE; i++) { in BeginProcess()
305 for (i = 0; i < TEST_CYCLE; i++) { in BeginProcess()
H A Dusbhost_sdkapi_speed.c66 dbn = (dbn + 1) % TEST_CYCLE; in AcmDbAlloc()
67 if (++i >= TEST_CYCLE) { in AcmDbAlloc()
76 n = TEST_CYCLE; in AcmDbIsAvail()
77 for (i = 0; i < TEST_CYCLE; i++) in AcmDbIsAvail()
117 for (db = &acm->db[0], i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufAlloc()
383 for (int32_t i = 0; i < TEST_CYCLE; i++) { in FillRequest()
448 for (i = 0; i < TEST_CYCLE; i++) { in main()
H A Dusbhost_sdkraw_speed.c314 for (int32_t i = 0; i < TEST_CYCLE; i++) { in UsbAllocDataRequests()
374 for (i = 0; i < TEST_CYCLE; i++) { in AcmDbAlloc()
388 int32_t n = TEST_CYCLE; in AcmDbIsAvail()
390 for (i = 0; i < TEST_CYCLE; i++) { in AcmDbIsAvail()
413 for (i = 0; i < TEST_CYCLE; i++, db++) { in AcmDataBufAlloc()
683 for (i = 0; i < TEST_CYCLE; i++) { in main()

Completed in 8 milliseconds