Home
last modified time | relevance | path

Searched refs:InterfaceIdToHandle (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c89 static UsbInterfaceHandle *InterfaceIdToHandle(const struct AcmDevice *acm, uint8_t id) in InterfaceIdToHandle() function
230 interfaceHandle = InterfaceIdToHandle(acm, info->interfaceIndex); in EnumePipe()
420 snd->request = UsbAllocRequest(InterfaceIdToHandle(g_acm, g_acm->dataPipe->interfaceId), 0, g_acm->dataSize); in UsbSpeedRequestHandle()
438 int32_t rc = UsbFillRequest(snd->request, InterfaceIdToHandle(g_acm, g_acm->dataPipe->interfaceId), &parmas); in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c82 static UsbInterfaceHandle *InterfaceIdToHandle(const struct AcmDevice *acm, uint8_t id) in InterfaceIdToHandle() function
219 interfaceHandle = InterfaceIdToHandle(acm, info->interfaceIndex); in EnumePipe()
385 snd->request = UsbAllocRequest(InterfaceIdToHandle(acm, acm->dataPipe->interfaceId), 0, acm->dataSize); in FillRequest()
404 rc = UsbFillRequest(snd->request, InterfaceIdToHandle(acm, acm->dataPipe->interfaceId), &parmas); in FillRequest()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c93 static UsbInterfaceHandle *InterfaceIdToHandle(const struct AcmDevice *acm, uint8_t id) in InterfaceIdToHandle() function
126 rc = UsbFillRequest(wb->request, InterfaceIdToHandle(acm, acm->dataOutPipe->interfaceId), &parmas); in AcmStartWb()
156 rc = UsbFillRequest(wb->request, InterfaceIdToHandle(acm, acm->dataOutPipe->interfaceId), &parmas); in AcmStartWbSync()
680 g_syncRequest = UsbAllocRequest(InterfaceIdToHandle(acm, acm->dataInPipe->interfaceId), 0, acm->readSize); in UsbSerialReadSync()
694 int32_t ret = UsbFillRequest(g_syncRequest, InterfaceIdToHandle(acm, acm->dataInPipe->interfaceId), &readParmas); in UsbSerialReadSync()
1156 interfaceHandle = InterfaceIdToHandle(acm, info->interfaceIndex); in EnumePipe()
1454 acm->readReq[i] = UsbAllocRequest(InterfaceIdToHandle(acm, acm->dataInPipe->interfaceId), 0, acm->readSize); in AcmAllocReadRequests()
1469 ret = UsbFillRequest(acm->readReq[i], InterfaceIdToHandle(acm, acm->dataInPipe->interfaceId), &readParmas); in AcmAllocReadRequests()
1486 acm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(acm, acm->intPipe->interfaceId), 0, acm->intSize); in AcmAllocNotifyRequest()
1501 ret = UsbFillRequest(acm->notifyReq, InterfaceIdToHandle(ac in AcmAllocNotifyRequest()
[all...]
/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c73 static UsbInterfaceHandle *InterfaceIdToHandle(const struct EcmDevice *ecm, uint8_t id) in InterfaceIdToHandle() function
137 rc = UsbFillRequest(wb->request, InterfaceIdToHandle(ecm, ecm->dataOutPipe->interfaceId), &parmas); in EcmStartWb()
856 snd->request = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->dataOutPipe->interfaceId), 0, ecm->writeSize); in EcmAllocWriteReq()
889 ecm->notifyReq = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), 0, ecm->intSize); in EcmAllocIntReq()
904 ret = UsbFillRequest(ecm->notifyReq, InterfaceIdToHandle(ecm, ecm->intPipe->interfaceId), &intParmas); in EcmAllocIntReq()
916 ecm->readReq[i] = UsbAllocRequest(InterfaceIdToHandle(ecm, ecm->dataInPipe->interfaceId), 0, ecm->readSize); in EcmAllocReadReq()
932 UsbFillRequest(ecm->readReq[i], InterfaceIdToHandle(ecm, ecm->dataInPipe->interfaceId), &readParmas); in EcmAllocReadReq()
/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h103 static UsbInterfaceHandle *InterfaceIdToHandle(const HostDevice *dev, uint8_t id);
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp267 UsbInterfaceHandle *UsbImpl::InterfaceIdToHandle(const HostDevice *dev, uint8_t id) in InterfaceIdToHandle() function in OHOS::HDI::Usb::V1_1::UsbImpl
378 UsbInterfaceHandle *ifHandle = InterfaceIdToHandle(port, interfaceId); in UsbdFindRequestSyncAndCreat()
438 UsbInterfaceHandle *ifHandle = InterfaceIdToHandle(port, interfaceId); in UsbdFindRequestSyncAndCreatwithLength()
1453 UsbInterfaceHandle *interfaceHandle = InterfaceIdToHandle(port, interfaceId); in SetInterface()
H A Dusbd_dispatcher.cpp132 UsbInterfaceHandle *interfaceHandle = UsbImpl::InterfaceIdToHandle(dev, info->interfaceIndex); in GetInterfacePipe()
790 UsbInterfaceHandle *ifHandle = UsbImpl::InterfaceIdToHandle(port, interfaceId); in UsbdRequestASyncCreatAndInsert()
1093 UsbInterfaceHandle *ifHandle = UsbImpl::InterfaceIdToHandle(port, ifId); in UsbdBulkASyncListAlloc()

Completed in 11 milliseconds