Home
last modified time | relevance | path

Searched refs:USB_PIPE_DIRECTION_IN (Results 1 - 19 of 19) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_object.h90 USB_PIPE_DIRECTION_IN = 0x80, enumerator
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp139 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in AcmGetPipe()
159 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_INTERRUPT)) { in AcmGetPipe()
H A Dusb_host_sdk_if_test.cpp804 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in HWTEST_F()
833 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in HWTEST_F()
920 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_INTERRUPT)) { in HWTEST_F()
948 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_INTERRUPT)) { in HWTEST_F()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c609 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in CheckHostSdkIfGetPipe001()
639 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in CheckHostSdkIfGetPipe002()
723 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_INTERRUPT)) { in CheckHostSdkIfGetPipe005()
752 if ((p.pipeDirection == USB_PIPE_DIRECTION_IN) && (p.pipeType == USB_PIPE_TYPE_INTERRUPT)) { in CheckHostSdkIfGetPipe006()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_io_mgr.c69 if (info.dir == USB_PIPE_DIRECTION_IN) { in GetReqType()
H A Dadapter_if.c1043 pipeInfo->dir = USB_PIPE_DIRECTION_IN; in UsbFnAdapterGetPipeInfo()
H A Dadapter_if_liteos.c769 pipeInfo->dir = USB_PIPE_DIRECTION_IN; in UsbFnAdapterGetPipeInfo()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkapi_speed.c400 g_acm->dataPipe = GetPipe(g_acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in UsbSpeedDdkInit()
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkapi_speed.c367 acm->dataPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in InitUsbDdk()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1486 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_IN || in BulkTransferRead()
1532 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_IN || in BulkTransferReadwithLength()
1715 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_IN || requestSync->pipe.pipeType != USB_PIPE_TYPE_BULK) { in InterruptTransferRead()
1772 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_IN || requestSync->pipe.pipeType != USB_PIPE_TYPE_BULK) { in IsoTransferRead()
/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c651 ecm->dataInPipe = EcmGetPipe(ecm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in EcmGetPipes()
666 ecm->intPipe = EcmGetPipe(ecm, USB_PIPE_TYPE_INTERRUPT, USB_PIPE_DIRECTION_IN); in EcmGetPipes()
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp369 if (pipeInfo.type == USB_PIPE_TYPE_BULK && pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in ParseInterfaces()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c342 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in ParsePipes()
/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c700 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in EcmParseEachPipe()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c1590 acm->dataInPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in AcmGetPipes()
1608 acm->intPipe = GetPipe(acm, USB_PIPE_TYPE_INTERRUPT, USB_PIPE_DIRECTION_IN); in AcmGetPipes()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c676 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_IN) { in ControlRequestCompletion()
1358 requestData.requestType = USB_PIPE_DIRECTION_IN; in RawGetDescriptor()
H A Dlinux_adapter.c351 ctrlData.requestType = USB_PIPE_DIRECTION_IN; in OsGetActiveConfig()
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1355 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in AcmParseEachPipe()
/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp727 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in UsbMtpDeviceParseEachPipe()

Completed in 30 milliseconds