/drivers/peripheral/usb/interfaces/ddk/host/ |
H A D | usb_ddk_interface.h | 130 uint8_t pipeId;
member 268 uint8_t pipeId;
member 439 uint8_t pipeId, struct UsbPipeInfo *pipeInfo);
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_io_mgr.c | 345 int32_t UsbFnIoMgrInterfaceGetPipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPipeInfo *info) in UsbFnIoMgrInterfaceGetPipeInfo() argument 349 if (info == NULL || interface == NULL || pipeId >= interface->info.numPipes) { in UsbFnIoMgrInterfaceGetPipeInfo() 356 if (pipeId >= MAX_EP) { in UsbFnIoMgrInterfaceGetPipeInfo() 357 HDF_LOGE("%{public}s pipeId overflow", __func__); in UsbFnIoMgrInterfaceGetPipeInfo() 360 fd = interfaceMgr->handle->fds[pipeId]; in UsbFnIoMgrInterfaceGetPipeInfo() 367 fd = fnOps->openPipe(interfaceMgr->funcMgr->name, interfaceMgr->startEpId + pipeId); in UsbFnIoMgrInterfaceGetPipeInfo() 381 info->id = pipeId; in UsbFnIoMgrInterfaceGetPipeInfo()
|
H A D | usbfn_sdk_if.c | 217 int32_t UsbFnGetInterfacePipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPipeInfo *info) in UsbFnGetInterfacePipeInfo() argument 223 return UsbFnIoMgrInterfaceGetPipeInfo(interface, pipeId, info); in UsbFnGetInterfacePipeInfo()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_test.c | 1023 parmas.pipeId = g_acm->isoPipe->pipeId; in CheckHostSdkIfFillIsoRequest001() 1050 parmas.pipeId = g_acm->isoPipe->pipeId; in CheckHostSdkIfFillIsoRequest002() 1076 parmas.pipeId = g_acm->isoPipe->pipeId; in CheckHostSdkIfFillIsoRequest003() 1122 parmas.pipeId = g_acm->isoPipe->pipeId; in CheckHostSdkIfFillIsoRequest005() 1214 readParmas.pipeId = g_acm->dataInPipe->pipeId; in CheckHostSdkIfFillRequest001() [all...] |
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test_io.cpp | 219 readParmas.pipeId = g_acm->dataInPipe->pipeId; in AcmFillReadRequest() 257 parmas.pipeId = g_acm->dataOutPipe->pipeId; in AcmFillWriteRequest() 277 intParmas.pipeId = g_acm->intPipe->pipeId; in AcmFillIntRequest() 300 parmas.pipeId = 0; in AcmFillCtrlRequest()
|
H A D | usb_host_sdk_if_test.cpp | 1329 readParmas.pipeId = g_acm->dataInPipe->pipeId; in HWTEST_F() 1368 parmas.pipeId = g_acm->dataOutPipe->pipeId; in HWTEST_F() 1394 intParmas.pipeId = g_acm->intPipe->pipeId; in HWTEST_F() 1423 parmas.pipeId = 0; in HWTEST_F() 1459 readParmas.pipeId = g_acm->dataInPipe->pipeId; in HWTEST_F() 1498 parmas.pipeId in HWTEST_F() [all...] |
/drivers/peripheral/usb/ddk/device/include/ |
H A D | usbfn_io_mgr.h | 73 int32_t UsbFnIoMgrInterfaceGetPipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPipeInfo *info);
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 118 parmas.pipeId = acm->dataOutPipe->pipeId; in AcmStartWb() 148 parmas.pipeId = acm->dataOutPipe->pipeId; in AcmStartWbSync() 265 parmas.pipeId = 0; in UsbGetDescriptor() 323 parmas.pipeId = 0; in UsbGetStatus() 371 parmas.pipeId = 0; in UsbGetInterface() 410 parmas.pipeId = 0; in UsbGetConfig() 458 parmas.pipeId = acm->ctrPipe->pipeId; in SerialCtrlMsg() [all...] |
/drivers/peripheral/usb/ddk/host/include/ |
H A D | usb_interface_pool.h | 89 uint8_t pipeId; member
|
/drivers/peripheral/usb/interfaces/ddk/device/ |
H A D | usbfn_interface.h | 318 * @param pipeId Indicates the pipe ID. The value ranges from 0 to the total number of pipes on the USB interface.
324 int32_t UsbFnGetInterfacePipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPipeInfo *info);
|
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 129 parmas.pipeId = ecm->dataOutPipe->pipeId; in EcmStartWb() 253 parmas.pipeId = ecm->ctrPipe->pipeId; in EcmCtrlMsg() 896 intParmas.pipeId = ecm->intPipe->pipeId; in EcmAllocIntReq() 923 readParmas.pipeId = ecm->dataInPipe->pipeId; in EcmAllocReadReq()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_dispatcher.cpp | 148 int32_t UsbdDispatcher::GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipeInfo *pipe)
in GetPipe() argument 151 HDF_LOGE("%{public}s:dev or pipe is nullptr, ifId:%{public}u epId:%{public}u", __func__, interfaceId, pipeId);
in GetPipe() 156 HDF_LOGE("%{public}s:interfaceId invalid, ifId:%{public}u epId:%{public}u", __func__, interfaceId, pipeId);
in GetPipe() 162 HDF_LOGE("%{public}s:interface is nullptr ifId:%{public}u, epId:%{public}u", __func__, interfaceId, pipeId);
in GetPipe() 166 int32_t ret = GetInterfacePipe(dev, interface, pipeId, pipe);
in GetPipe() 255 params->pipeId = pipe->pipeId;
in UsbRequestParamsWSyncInit() 346 params->pipeId = 0;
in UsbRequestParamsInit() 714 params->pipeId = pipe->pipeId;
in FillReqAyncParams() [all...] |
/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_service.cpp | 366 params.pipeId = 0; in SendControlWriteRequest() 420 params.pipeId = pipe.endpoint; in SendPipeRequest() 469 params.pipeId = pipe.endpoint; in SendPipeRequestWithAshmem()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 64 pipe->info.pipeId = 0; in CreateCtrPipe() 102 pipe->info.pipeId = ep->endpointDescriptor.bEndpointAddress; in UsbPipeInit()
|
H A D | usb_interface_pool.c | 264 if (pipePos->info.pipeId == queryPara.pipeId) { in IfFindPipeObj() 430 const struct UsbDeviceHandle *devHandle, uint8_t interfaceId, uint8_t pipeId, UsbPipeType *pipeType) in IfGetRequestPipeType() 461 pipeQueryPara.pipeId = pipeId; in IfGetRequestPipeType() 1553 const UsbInterfaceHandle *interfaceHandle, uint8_t altSettingIndex, uint8_t pipeId, struct UsbPipeInfo *pipeInfo) in UsbGetPipeInfo() 1587 pipeQueryPara.pipeId = pipeId; in UsbGetPipeInfo() 1830 ret = IfGetRequestPipeType(ifaceHdl->devHandle, interfaceId, params->pipeId, &pipeType); in UsbFillRequest() 1875 ret = IfGetRequestPipeType(ifaceHdl->devHandle, interfaceId, params->pipeId, in UsbFillRequestByMmap() 429 IfGetRequestPipeType( const struct UsbDeviceHandle *devHandle, uint8_t interfaceId, uint8_t pipeId, UsbPipeType *pipeType) IfGetRequestPipeType() argument 1552 UsbGetPipeInfo( const UsbInterfaceHandle *interfaceHandle, uint8_t altSettingIndex, uint8_t pipeId, struct UsbPipeInfo *pipeInfo) UsbGetPipeInfo() argument [all...] |
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_dispatcher.h | 77 static int32_t GetPipe(const HostDevice *dev, uint8_t interfaceId, uint8_t pipeId, UsbPipeInfo *pipe);
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 428 parmas.pipeId = g_acm->dataPipe->pipeId; in UsbSpeedRequestHandle()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 394 parmas.pipeId = acm->dataPipe->pipeId; in FillRequest()
|