Searched refs:USB_PIPE_DIRECTION_IN (Results 1 - 19 of 19) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_object.h | 90 USB_PIPE_DIRECTION_IN = 0x80,
enumerator
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test_io.cpp | 139 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 D | usb_host_sdk_if_test.cpp | 804 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 D | usb_test.c | 609 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 D | usbfn_io_mgr.c | 69 if (info.dir == USB_PIPE_DIRECTION_IN) { in GetReqType()
|
H A D | adapter_if.c | 1043 pipeInfo->dir = USB_PIPE_DIRECTION_IN; in UsbFnAdapterGetPipeInfo()
|
H A D | adapter_if_liteos.c | 769 pipeInfo->dir = USB_PIPE_DIRECTION_IN; in UsbFnAdapterGetPipeInfo()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 400 g_acm->dataPipe = GetPipe(g_acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in UsbSpeedDdkInit()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 367 acm->dataPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_IN); in InitUsbDdk()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 1486 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 D | cdc_ether.c | 651 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 D | usb_device_cdcacm_test.cpp | 369 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 D | usb_device_lite_cdcacm_test.c | 342 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in ParsePipes()
|
/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 700 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in EcmParseEachPipe()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 1590 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 D | usb_raw_api_library.c | 676 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 D | linux_adapter.c | 351 ctrlData.requestType = USB_PIPE_DIRECTION_IN; in OsGetActiveConfig()
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1355 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in AcmParseEachPipe()
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
H A D | usbfn_mtp_impl.cpp | 727 if (pipeInfo.dir == USB_PIPE_DIRECTION_IN) { in UsbMtpDeviceParseEachPipe()
|
Completed in 30 milliseconds