Home
last modified time | relevance | path

Searched refs:nbSize (Results 1 - 19 of 19) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkapi_speed.h119 uint32_t nbSize; member
H A Dusbhost_sdkraw_speed.h120 uint32_t nbSize; member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkapi_speed.h116 uint32_t nbSize; member
H A Dusbhost_nosdk_speed.h113 uint32_t nbSize; member
H A Dusbhost_sdkraw_speed.h115 uint32_t nbSize; member
/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h129 uint32_t nbSize; member
H A Dusb_serial.h123 uint32_t nbSize; member
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h106 uint32_t nbSize; member
H A Dusb_raw_sdk_if_test.h105 uint32_t nbSize; member
H A Dusb_host_sdk_if_test.cpp154 if (acm->nbSize < expectedSize) { in AcmCtrlIrq()
155 if (acm->nbSize) { in AcmCtrlIrq()
157 acm->nbSize = 0; in AcmCtrlIrq()
164 acm->nbSize = allocSize; in AcmCtrlIrq()
167 if (memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->compInfo.buffer, in AcmCtrlIrq()
H A Dusb_raw_sdk_if_test.cpp251 if (acm->nbSize < expectedSize) { in AcmNotifyReqCallback()
252 if (acm->nbSize) { in AcmNotifyReqCallback()
254 acm->nbSize = 0; in AcmNotifyReqCallback()
261 acm->nbSize = allocSize; in AcmNotifyReqCallback()
264 if (memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->buffer, copySize) != in AcmNotifyReqCallback()
/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h107 uint32_t nbSize; member
H A Dusb_net_host.h116 uint32_t nbSize; member
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h191 uint32_t nbSize; member
H A Dusb_raw_test.h240 uint32_t nbSize; member
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c358 if (usbNet->nbSize < expectedSize) { in UsbnetHostNotificationBufferProcess()
359 if (usbNet->nbSize) { in UsbnetHostNotificationBufferProcess()
361 usbNet->nbSize = 0; in UsbnetHostNotificationBufferProcess()
368 usbNet->nbSize = allocSize; in UsbnetHostNotificationBufferProcess()
372 usbNet->nbSize - usbNet->nbIndex, req->buffer, copySize); in UsbnetHostNotificationBufferProcess()
H A Dcdc_ether.c781 if (ecm->nbSize < expectedSize) { in EcmCtrlIrq()
782 if (ecm->nbSize) { in EcmCtrlIrq()
784 ecm->nbSize = 0; in EcmCtrlIrq()
791 ecm->nbSize = allocSize; in EcmCtrlIrq()
795 &ecm->notificationBuffer[ecm->nbIndex], ecm->nbSize - ecm->nbIndex, req->compInfo.buffer, copySize); in EcmCtrlIrq()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1040 if (acm->nbSize < expectedSize) { in AcmNotificationBufferProcess()
1041 if (acm->nbSize) { in AcmNotificationBufferProcess()
1043 acm->nbSize = 0; in AcmNotificationBufferProcess()
1050 acm->nbSize = allocSize; in AcmNotificationBufferProcess()
1053 int32_t ret = memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->buffer, copySize); in AcmNotificationBufferProcess()
H A Dusb_serial.c1282 if (acm->nbSize < expectedSize) { in AcmCtrlIrqCheckSize()
1283 if (acm->nbSize) { in AcmCtrlIrqCheckSize()
1285 acm->nbSize = 0; in AcmCtrlIrqCheckSize()
1292 acm->nbSize = allocSize; in AcmCtrlIrqCheckSize()
1295 if (memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->compInfo.buffer, in AcmCtrlIrqCheckSize()

Completed in 18 milliseconds