Home
last modified time | relevance | path

Searched refs:intSize (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h129 uint32_t intSize; member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h126 uint32_t intSize; member
H A Dusbhost_nosdk_speed.h123 uint32_t intSize; member
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h113 uint32_t intSize; member
H A Dusb_host_sdk_if_test_io.cpp202 g_acm->intSize = g_acm->intPipe->maxPacketSize; in AcmGetRequest()
203 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in AcmGetRequest()
285 intParmas.dataReq.length = g_acm->intSize; in AcmFillIntRequest()
H A Dusb_host_sdk_if_test.cpp1185 g_acm->intSize = g_acm->intPipe->maxPacketSize; in HWTEST_F()
1186 g_acm->notifyReq = UsbAllocRequest(NULL, 0, g_acm->intSize); in HWTEST_F()
1198 g_acm->intSize = g_acm->intPipe->maxPacketSize; in HWTEST_F()
1199 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in HWTEST_F()
1294 g_acm->intSize = g_acm->intPipe->maxPacketSize; in HWTEST_F()
1295 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in HWTEST_F()
1402 intParmas.dataReq.length = g_acm->intSize; in HWTEST_F()
1532 intParmas.dataReq.length = g_acm->intSize; in HWTEST_F()
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h117 uint32_t intSize; member
/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h133 uint32_t intSize; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h198 uint32_t intSize; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c924 g_acm->intSize = g_acm->intPipe->maxPacketSize; in CheckHostSdkIfAllocRequest005()
925 g_acm->notifyReq = UsbAllocRequest(NULL, 0, g_acm->intSize); in CheckHostSdkIfAllocRequest005()
935 g_acm->intSize = g_acm->intPipe->maxPacketSize; in CheckHostSdkIfAllocRequest006()
936 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in CheckHostSdkIfAllocRequest006()
1194 g_acm->intSize = g_acm->intPipe->maxPacketSize; in CheckHostSdkIfAllocRequest009()
1195 g_acm->notifyReq = UsbAllocRequest(g_acm->int_devHandle, 0, g_acm->intSize); in CheckHostSdkIfAllocRequest009()
1277 intParmas.dataReq.length = (int)g_acm->intSize; in CheckHostSdkIfFillRequest003()
1430 intParmas.dataReq.length = (int)g_acm->intSize; in CheckHostSdkIfFillRequest007()
/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c675 ecm->intSize = ecm->intPipe->maxPacketSize; in EcmGetPipes()
889 ecm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), 0, ecm->intSize); in EcmAllocIntReq()
903 intParmas.dataReq.length = ecm->intSize; in EcmAllocIntReq()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1486 acm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(acm, acm->intPipe->interfaceId), 0, acm->intSize); in AcmAllocNotifyRequest()
1500 intParmas.dataReq.length = acm->intSize; in AcmAllocNotifyRequest()
1617 acm->intSize = acm->intPipe->maxPacketSize; in AcmGetPipes()

Completed in 13 milliseconds