Home
last modified time | relevance | path

Searched refs:pipeAddress (Results 1 - 15 of 15) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h132 uint8_t pipeAddress; member
270 uint8_t pipeAddress; member
445 * @param pipeAddress Indicates the pipe address.
448 int32_t UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t pipeAddress);
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c1022 parmas.pipeAddress = g_acm->isoPipe->pipeAddress; in CheckHostSdkIfFillIsoRequest001()
1049 parmas.pipeAddress = g_acm->isoPipe->pipeAddress; in CheckHostSdkIfFillIsoRequest002()
1075 parmas.pipeAddress = g_acm->isoPipe->pipeAddress; in CheckHostSdkIfFillIsoRequest003()
1121 parmas.pipeAddress = g_acm->isoPipe->pipeAddress; in CheckHostSdkIfFillIsoRequest005()
1213 readParmas.pipeAddress = g_acm->dataInPipe->pipeAddress; in CheckHostSdkIfFillRequest001()
[all...]
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp218 readParmas.pipeAddress = g_acm->dataInPipe->pipeAddress; in AcmFillReadRequest()
256 parmas.pipeAddress = g_acm->dataOutPipe->pipeAddress; in AcmFillWriteRequest()
276 intParmas.pipeAddress = g_acm->intPipe->pipeAddress; in AcmFillIntRequest()
299 parmas.pipeAddress = 0; in AcmFillCtrlRequest()
H A Dusb_host_sdk_if_test.cpp1328 readParmas.pipeAddress = g_acm->dataInPipe->pipeAddress; in HWTEST_F()
1367 parmas.pipeAddress = g_acm->dataOutPipe->pipeAddress; in HWTEST_F()
1393 intParmas.pipeAddress = g_acm->intPipe->pipeAddress; in HWTEST_F()
1422 parmas.pipeAddress = 0; in HWTEST_F()
1458 readParmas.pipeAddress = g_acm->dataInPipe->pipeAddress; in HWTEST_F()
1497 parmas.pipeAddress in HWTEST_F()
[all...]
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_interface_pool.c519 uint8_t pipeAddress = params->pipeAddress; in IfFillIsoRequest() local
523 fillRequestData.endPoint = (((uint8_t)dir) << USB_DIR_OFFSET) | pipeAddress; in IfFillIsoRequest()
540 uint8_t pipeAddress = params->pipeAddress; in IfFillBulkRequest() local
550 hostRequest->endPoint = (((uint8_t)dir) << USB_DIR_OFFSET) | pipeAddress; in IfFillBulkRequest()
565 uint8_t pipeAddress = params->pipeAddress; in IfFillBulkRequestByMmap() local
567 hostRequest->endPoint = pipeAddress; in IfFillBulkRequestByMmap()
582 uint8_t pipeAddress in IfFillInterrupteRequest() local
601 uint8_t pipeAddress = params->pipeAddress; IfFillInterrupteRequestByMmap() local
1599 UsbClearInterfaceHalt(const UsbInterfaceHandle *interfaceHandle, uint8_t pipeAddress) UsbClearInterfaceHalt() argument
[all...]
H A Dusb_protocol.c65 pipe->info.pipeAddress = 0; in CreateCtrPipe()
106 pipe->info.pipeAddress = ep->endpointDescriptor.bEndpointAddress & USB_DDK_ENDPOINT_NUMBER_MASK; in UsbPipeInit()
H A Dusb_raw_api_library.c1505 int32_t RawClearHalt(const struct UsbDeviceHandle *devHandle, uint8_t pipeAddress) in RawClearHalt() argument
1508 unsigned int endPoint = pipeAddress; in RawClearHalt()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c117 parmas.pipeAddress = acm->dataOutPipe->pipeAddress; in AcmStartWb()
147 parmas.pipeAddress = acm->dataOutPipe->pipeAddress; in AcmStartWbSync()
264 parmas.pipeAddress = 0; in UsbGetDescriptor()
322 parmas.pipeAddress = 0; in UsbGetStatus()
370 parmas.pipeAddress = 0; in UsbGetInterface()
409 parmas.pipeAddress = 0; in UsbGetConfig()
457 parmas.pipeAddress = acm->ctrPipe->pipeAddress; in SerialCtrlMsg()
[all...]
/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c128 parmas.pipeAddress = ecm->dataOutPipe->pipeAddress; in EcmStartWb()
252 parmas.pipeAddress = ecm->ctrPipe->pipeAddress; in EcmCtrlMsg()
895 intParmas.pipeAddress = ecm->intPipe->pipeAddress; in EcmAllocIntReq()
922 readParmas.pipeAddress = ecm->dataInPipe->pipeAddress; in EcmAllocReadReq()
/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp365 params.pipeAddress = 0; in SendControlWriteRequest()
421 params.pipeAddress = pipe.endpoint; in SendPipeRequest()
470 params.pipeAddress = pipe.endpoint; in SendPipeRequestWithAshmem()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp139 if (ret == HDF_SUCCESS && ((pipeTmp.pipeAddress | static_cast<uint8_t>(pipeTmp.pipeDirection)) == pipeAddr)) { in GetInterfacePipe()
218 if (req->pipe.interfaceId == interfaceId && ((req->pipe.pipeAddress | req->pipe.pipeDirection) == pipeAddr)) { in UsbdFindRequestSync()
254 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress; in UsbRequestParamsWSyncInit()
345 params->pipeAddress = 0; in UsbRequestParamsInit()
713 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress; in FillReqAyncParams()
1434 params->pipeAddress = pipe->pipeDirection | pipe->pipeAddress; in UsbdBulkASyncReqFillParams()
H A Dusb_impl.cpp560 if (req->pipe.interfaceId == interfaceId && ((req->pipe.pipeAddress | req->pipe.pipeDirection) == pipeAddr)) { in UsbdFindRequestASync()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h127 int32_t RawClearHalt(const struct UsbDeviceHandle *devHandle, uint8_t pipeAddress);
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c427 parmas.pipeAddress = g_acm->dataPipe->pipeAddress; in UsbSpeedRequestHandle()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c393 parmas.pipeAddress = acm->dataPipe->pipeAddress; in FillRequest()

Completed in 22 milliseconds