Home
last modified time | relevance | path

Searched refs:dataEp (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_sdkraw_speed.h105 struct UsbEndpoint *dataEp; member
/drivers/peripheral/usb/sample/host/liteos_test/include/
H A Dusbhost_sdkraw_speed.h100 struct UsbEndpoint *dataEp; member
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c316 snd->request = UsbRawAllocRequest(acm->devHandle, 0, acm->dataEp->maxPacketSize); in UsbAllocDataRequests()
323 reqData.endPoint = acm->dataEp->addr; in UsbAllocDataRequests()
414 db->buf = OsalMemCalloc(acm->dataEp->maxPacketSize); in AcmDataBufAlloc()
495 reqData.endPoint = acm->dataEp->addr; in SerialBegin()
632 g_acm->dataEp = (g_writeOrRead == TEST_WRITE) ? g_acm->dataOutEp : g_acm->dataInEp; in InitUsbDdk()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c328 snd->request = UsbRawAllocRequest(acm->devHandle, 0, acm->dataEp->maxPacketSize); in UsbAllocDataRequests()
335 reqData.endPoint = acm->dataEp->addr; in UsbAllocDataRequests()
408 db->buf = OsalMemCalloc(acm->dataEp->maxPacketSize); in AcmDataBufAlloc()
626 g_acm->dataEp = (g_writeOrRead == TEST_WRITE) ? g_acm->dataOutEp : g_acm->dataInEp; in UsbSpeedDdkInit()

Completed in 3 milliseconds