/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 89 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 D | usbhost_sdkapi_speed.c | 82 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 D | usb_serial.c | 93 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 D | cdc_ether.c | 73 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 D | usb_impl.h | 103 static UsbInterfaceHandle *InterfaceIdToHandle(const HostDevice *dev, uint8_t id);
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 267 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 D | usbd_dispatcher.cpp | 132 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()
|