Searched refs:USB_PIPE_DIRECTION_OUT (Results 1 - 15 of 15) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_object.h | 88 USB_PIPE_DIRECTION_OUT = 0x00,
enumerator
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test_io.cpp | 146 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in AcmGetPipe() 173 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { in AcmGetPipe()
|
H A D | usb_host_sdk_if_test.cpp | 862 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in HWTEST_F() 891 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in HWTEST_F() 978 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { in HWTEST_F() 1008 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { in HWTEST_F()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 66 pipe->info.pipeDirection = USB_PIPE_DIRECTION_OUT; in CreateCtrPipe()
|
H A D | usb_raw_api_library.c | 1125 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_OUT) { in RawSendControlRequest()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_test.c | 666 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in CheckHostSdkIfGetPipe003() 696 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { in CheckHostSdkIfGetPipe004() 780 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { in CheckHostSdkIfGetPipe007() 810 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { in CheckHostSdkIfGetPipe008()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_io_mgr.c | 71 } else if (info.dir == USB_PIPE_DIRECTION_OUT) { in GetReqType()
|
H A D | adapter_if.c | 1041 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
|
H A D | adapter_if_liteos.c | 767 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkapi_speed.c | 398 g_acm->dataPipe = GetPipe(g_acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in UsbSpeedDdkInit()
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkapi_speed.c | 365 acm->dataPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in InitUsbDdk()
|
/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 656 ecm->dataOutPipe = EcmGetPipe(ecm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in EcmGetPipes() 661 ecm->ctrPipe = EcmEnumePipe(ecm, ecm->ctrIface->info.interfaceIndex, USB_PIPE_TYPE_CONTROL, USB_PIPE_DIRECTION_OUT); in EcmGetPipes()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 1568 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT ||
in BulkTransferWrite() 1746 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT || requestSync->pipe.pipeType != USB_PIPE_TYPE_BULK) {
in InterruptTransferWrite() 1805 if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT || requestSync->pipe.pipeType != USB_PIPE_TYPE_BULK) {
in IsoTransferWrite()
|
H A D | usbd_dispatcher.cpp | 711 bool bWrite = (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT);
in FillReqAyncParams() 1442 if (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT) {
in UsbdBulkASyncReqFillParams()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial.c | 1596 acm->dataOutPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in AcmGetPipes() 1602 acm->ctrPipe = EnumePipe(acm, acm->ctrIface->info.interfaceIndex, USB_PIPE_TYPE_CONTROL, USB_PIPE_DIRECTION_OUT); in AcmGetPipes()
|
Completed in 24 milliseconds