Home
last modified time | relevance | path

Searched refs:USB_PIPE_DIRECTION_OUT (Results 1 – 15 of 15) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_object.h88 USB_PIPE_DIRECTION_OUT = 0x00, enumerator
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test_io.cpp146 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()
Dusb_host_sdk_if_test.cpp862 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/
Dusb_protocol.c83 pipe->info.pipeDirection = USB_PIPE_DIRECTION_OUT; in CreateCtrPipe()
Dusb_raw_api_library.c1069 if ((requestData->requestType & USB_DDK_ENDPOINT_DIR_MASK) == USB_PIPE_DIRECTION_OUT) { in RawSendControlRequest()
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_io_mgr.c70 } else if (info.dir == USB_PIPE_DIRECTION_OUT) { in GetReqType()
Dadapter_if_liteos.c755 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
Dadapter_if.c1035 pipeInfo->dir = USB_PIPE_DIRECTION_OUT; in UsbFnAdapterGetPipeInfo()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_test.c666 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/
Dusbhost_sdkapi_speed.c365 acm->dataPipe = GetPipe(acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in InitUsbDdk()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkapi_speed.c398 g_acm->dataPipe = GetPipe(g_acm, USB_PIPE_TYPE_BULK, USB_PIPE_DIRECTION_OUT); in UsbSpeedDdkInit()
/drivers/peripheral/usb/net/src/
Dcdc_ether.c647 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/
Dusb_impl.cpp1302 …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()
Dusbd_dispatcher.cpp685 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/
Dusb_serial.c1577 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()