/drivers/peripheral/usb/sample/host/include/ |
H A D | usbhost_sdkapi_speed.h | 125 uint8_t *notificationBuffer; member
|
H A D | usbhost_sdkraw_speed.h | 125 uint8_t *notificationBuffer; member
|
/drivers/peripheral/usb/sample/host/liteos_test/include/ |
H A D | usbhost_sdkapi_speed.h | 122 uint8_t *notificationBuffer; member
|
H A D | usbhost_nosdk_speed.h | 119 uint8_t *notificationBuffer; member
|
H A D | usbhost_sdkraw_speed.h | 120 uint8_t *notificationBuffer; member
|
/drivers/peripheral/usb/serial/include/ |
H A D | usb_serial_rawapi.h | 134 uint8_t *notificationBuffer; member
|
H A D | usb_serial.h | 129 uint8_t *notificationBuffer; member
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.h | 92 uint8_t *notificationBuffer; member
|
H A D | usb_raw_sdk_if_test.h | 110 uint8_t *notificationBuffer; member
|
H A D | usb_host_sdk_if_test.cpp | 146 dr = reinterpret_cast<struct UsbCdcNotification *>(acm->notificationBuffer); in AcmCtrlIrq() 156 OsalMemFree(acm->notificationBuffer); in AcmCtrlIrq() 160 acm->notificationBuffer = (uint8_t *)OsalMemCalloc(allocSize); in AcmCtrlIrq() 161 if (!acm->notificationBuffer) { 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 | 247 dr = reinterpret_cast<struct UsbCdcNotification *>(acm->notificationBuffer); in AcmNotifyReqCallback() 253 OsalMemFree(acm->notificationBuffer); in AcmNotifyReqCallback() 257 acm->notificationBuffer = (uint8_t *)OsalMemCalloc(allocSize); in AcmNotifyReqCallback() 258 if (!acm->notificationBuffer) { 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 | 113 uint8_t *notificationBuffer; member
|
H A D | usb_net_host.h | 119 uint8_t *notificationBuffer; member
|
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 777 dr = (struct UsbCdcNotification *)ecm->notificationBuffer; in EcmCtrlIrq() 783 OsalMemFree(ecm->notificationBuffer); in EcmCtrlIrq() 787 ecm->notificationBuffer = OsalMemCalloc(allocSize); in EcmCtrlIrq() 788 if (!ecm->notificationBuffer) { in EcmCtrlIrq() 795 &ecm->notificationBuffer[ecm->nbIndex], ecm->nbSize - ecm->nbIndex, req->compInfo.buffer, copySize); in EcmCtrlIrq() 798 OsalMemFree(ecm->notificationBuffer); in EcmCtrlIrq() 799 ecm->notificationBuffer = NULL; in EcmCtrlIrq()
|
H A D | usb_net_host.c | 360 OsalMemFree(usbNet->notificationBuffer); in UsbnetHostNotificationBufferProcess() 364 usbNet->notificationBuffer = (uint8_t *)OsalMemCalloc(allocSize); in UsbnetHostNotificationBufferProcess() 365 if (!usbNet->notificationBuffer) { in UsbnetHostNotificationBufferProcess() 371 int32_t ret = memcpy_s(&usbNet->notificationBuffer[usbNet->nbIndex], in UsbnetHostNotificationBufferProcess() 425 dr = (struct UsbCdcNotification *)usbNet->notificationBuffer; in UsbnetHostReqCallback()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_test.h | 175 uint8_t *notificationBuffer; member
|
H A D | usb_raw_test.h | 245 uint8_t *notificationBuffer; member
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1042 OsalMemFree(acm->notificationBuffer); in AcmNotificationBufferProcess() 1046 acm->notificationBuffer = (uint8_t *)OsalMemCalloc(allocSize); in AcmNotificationBufferProcess() 1047 if (!acm->notificationBuffer) { in AcmNotificationBufferProcess() 1053 int32_t ret = memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->buffer, copySize); in AcmNotificationBufferProcess() 1089 dr = (struct UsbCdcNotification *)acm->notificationBuffer; in AcmNotifyReqCallback()
|
H A D | usb_serial.c | 1284 OsalMemFree(acm->notificationBuffer); in AcmCtrlIrqCheckSize() 1288 acm->notificationBuffer = OsalMemCalloc(allocSize); in AcmCtrlIrqCheckSize() 1289 if (!acm->notificationBuffer) { in AcmCtrlIrqCheckSize() 1295 if (memcpy_s(&acm->notificationBuffer[acm->nbIndex], acm->nbSize - acm->nbIndex, req->compInfo.buffer, in AcmCtrlIrqCheckSize() 1298 OsalMemFree(acm->notificationBuffer); in AcmCtrlIrqCheckSize() 1299 acm->notificationBuffer = NULL; in AcmCtrlIrqCheckSize() 1329 dr = (struct UsbCdcNotification *)acm->notificationBuffer; in AcmCtrlIrq()
|