/drivers/peripheral/usb/sample/host/include/ |
H A D | usbhost_sdkapi_speed.h | 119 uint32_t nbSize; member
|
H A D | usbhost_sdkraw_speed.h | 120 uint32_t nbSize; member
|
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkapi_speed.h | 116 uint32_t nbSize; member
|
H A D | usbhost_nosdk_speed.h | 113 uint32_t nbSize; member
|
H A D | usbhost_sdkraw_speed.h | 115 uint32_t nbSize; member
|
/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial_rawapi.h | 129 uint32_t nbSize; member
|
H A D | usb_serial.h | 123 uint32_t nbSize; member
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.h | 106 uint32_t nbSize; member
|
H A D | usb_raw_sdk_if_test.h | 105 uint32_t nbSize; member
|
H A D | usb_host_sdk_if_test.cpp | 154 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 D | usb_raw_sdk_if_test.cpp | 251 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 D | cdc_ether.h | 107 uint32_t nbSize; member
|
H A D | usb_net_host.h | 116 uint32_t nbSize; member
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_test.h | 191 uint32_t nbSize; member
|
H A D | usb_raw_test.h | 240 uint32_t nbSize; member
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 358 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 D | cdc_ether.c | 781 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 D | usb_serial_rawapi.c | 1040 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 D | usb_serial.c | 1282 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()
|