Home
last modified time | relevance | path

Searched refs:pipeId (Results 1 - 18 of 18) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h130 uint8_t pipeId; member
268 uint8_t pipeId; member
439 uint8_t pipeId, struct UsbPipeInfo *pipeInfo);
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_io_mgr.c345 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 Dusbfn_sdk_if.c217 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 Dusb_test.c1023 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 Dusb_host_sdk_if_test_io.cpp219 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 Dusb_host_sdk_if_test.cpp1329 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 Dusbfn_io_mgr.h73 int32_t UsbFnIoMgrInterfaceGetPipeInfo(struct UsbFnInterface *interface, uint8_t pipeId, struct UsbFnPipeInfo *info);
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c118 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 Dusb_interface_pool.h89 uint8_t pipeId; member
/drivers/peripheral/usb/interfaces/ddk/device/
H A Dusbfn_interface.h318 * @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 Dcdc_ether.c129 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 Dusbd_dispatcher.cpp148 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 Dusb_ddk_service.cpp366 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 Dusb_protocol.c64 pipe->info.pipeId = 0; in CreateCtrPipe()
102 pipe->info.pipeId = ep->endpointDescriptor.bEndpointAddress; in UsbPipeInit()
H A Dusb_interface_pool.c264 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 Dusbd_dispatcher.h77 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 Dusbhost_sdkapi_speed.c428 parmas.pipeId = g_acm->dataPipe->pipeId; in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c394 parmas.pipeId = acm->dataPipe->pipeId; in FillRequest()

Completed in 19 milliseconds