Searched refs:intSize (Results 1 - 12 of 12) sorted by relevance
/drivers/peripheral/usb/sample/host/include/ |
H A D | usbhost_sdkapi_speed.h | 129 uint32_t intSize; member
|
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkapi_speed.h | 126 uint32_t intSize; member
|
H A D | usbhost_nosdk_speed.h | 123 uint32_t intSize; member
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.h | 113 uint32_t intSize; member
|
H A D | usb_host_sdk_if_test_io.cpp | 202 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 D | usb_host_sdk_if_test.cpp | 1185 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 D | cdc_ether.h | 117 uint32_t intSize; member
|
/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial.h | 133 uint32_t intSize; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_test.h | 198 uint32_t intSize; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_test.c | 924 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 D | cdc_ether.c | 675 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 D | usb_serial.c | 1486 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