Searched refs:USB_PIPE_DIRECTION_OUT (Results 1 – 15 of 15) sorted by relevance
/drivers/peripheral/usb/interfaces/ddk/common/ |
D | usb_object.h | 88 USB_PIPE_DIRECTION_OUT = 0x00, enumerator
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
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()
|
D | usb_host_sdk_if_test.cpp | 862 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { 891 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_BULK)) { 978 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) { 1008 if ((p.pipeDirection == USB_PIPE_DIRECTION_OUT) && (p.pipeType == USB_PIPE_TYPE_CONTROL)) {
|
/drivers/peripheral/usb/ddk/host/src/ |
D | usb_protocol.c | 83 pipe->info.pipeDirection = USB_PIPE_DIRECTION_OUT; in CreateCtrPipe()
|
D | usb_raw_api_library.c | 1069 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_OUT) { in RawSendControlRequest()
|
/drivers/peripheral/usb/ddk/device/src/ |
D | usbfn_io_mgr.c | 70 } else if (info.dir == USB_PIPE_DIRECTION_OUT) { in GetReqType()
|
D | adapter_if_liteos.c | 755 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
|
D | adapter_if.c | 1035 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
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/sample/host/src/ |
D | usbhost_sdkapi_speed.c | 365 acm->dataPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in InitUsbDdk()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
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/net/src/ |
D | cdc_ether.c | 647 ecm->dataOutPipe = EcmGetPipe(ecm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in EcmGetPipes() 652 …mEnumePipe(ecm, ecm->ctrIface->info.interfaceIndex, USB_PIPE_TYPE_CONTROL, USB_PIPE_DIRECTION_OUT); in EcmGetPipes()
|
/drivers/peripheral/usb/hdi_service/src/ |
D | usb_impl.cpp | 1302 …if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT || requestSync->pipe.pipeType != USB… in BulkTransferWrite() 1437 …if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT || requestSync->pipe.pipeType != USB… in InterruptTransferWrite() 1496 …if (requestSync->pipe.pipeDirection != USB_PIPE_DIRECTION_OUT || requestSync->pipe.pipeType != USB… in IsoTransferWrite()
|
D | usbd_dispatcher.cpp | 685 bool bWrite = (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT); in FillReqAyncParams() 1412 if (pipe->pipeDirection == USB_PIPE_DIRECTION_OUT) { in UsbdBulkASyncReqFillParams()
|
/drivers/peripheral/usb/serial/src/ |
D | usb_serial.c | 1577 acm->dataOutPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in AcmGetPipes() 1583 … EnumePipe(acm, acm->ctrIface->info.interfaceIndex, USB_PIPE_TYPE_CONTROL, USB_PIPE_DIRECTION_OUT); in AcmGetPipes()
|