Home
last modified time | relevance | path

Searched refs:USB_OUT (Results 1 – 11 of 11) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_usbh.c190 transfer->direction = (pipe->ep.bEndpointAddress & USB_DIR_IN) ? USB_IN : USB_OUT; in _ehci0_pipe_xfer()
214 transfer->direction = USB_OUT; in _ehci0_pipe_xfer()
327 .direction = (pipe->ep.bEndpointAddress & USB_DIR_IN) ? USB_IN : USB_OUT, in _ehci0_open_pipe()
467 transfer->direction = (pipe->ep.bEndpointAddress & USB_DIR_IN) ? USB_IN : USB_OUT; in _ehci1_pipe_xfer()
491 transfer->direction = USB_OUT; in _ehci1_pipe_xfer()
605 .direction = (pipe->ep.bEndpointAddress & USB_DIR_IN) ? USB_IN : USB_OUT, in _ehci1_open_pipe()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c444 uint8_t index = (ep * 2U) | USB_OUT; in USB_DeviceEhciFillSetupBuffer()
585 …usb_setup_struct_t *)&ehciState->qh[(uint8_t)((uint32_t)endpoint << 1U) + USB_OUT].setupBufferBack; in USB_DeviceEhciInterruptTokenDone()
593 message.code = (endpoint) | (USB_OUT << 0x07U); in USB_DeviceEhciInterruptTokenDone()
625 direction = USB_OUT; in USB_DeviceEhciInterruptTokenDone()
1280 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTI… in USB_DeviceEhciRecv()
1580 USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_OUT << 0x07U))); in USB_DeviceEhciControl()
A Dusb_device_dci.c1023 (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceRecvRequest()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c437 uint8_t index = (ep * 2U) | USB_OUT; in USB_DeviceEhciFillSetupBuffer()
579 …usb_setup_struct_t *)&ehciState->qh[(uint8_t)((uint32_t)endpoint << 1U) + USB_OUT].setupBufferBack; in USB_DeviceEhciInterruptTokenDone()
587 message.code = (endpoint) | (USB_OUT << 0x07U); in USB_DeviceEhciInterruptTokenDone()
618 direction = USB_OUT; in USB_DeviceEhciInterruptTokenDone()
1243 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTI… in USB_DeviceEhciRecv()
1543 USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_OUT << 0x07U))); in USB_DeviceEhciControl()
A Dusb_device_dci.c1018 (USB_OUT << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceRecvRequest()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h60 #define USB_OUT (0U) macro
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h61 #define USB_OUT (0U) macro
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.c1366 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso()
1368 … timeStartSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_OUT, in USB_HostBandwidthHsHostAllocateIso()
1390 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso()
1409 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso()
1514 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso()
1605 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateInterrupt()
1607 … timeStartSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, in USB_HostBandwidthHsHostAllocateInterrupt()
1997 if (transfer->direction == USB_OUT) in USB_HostEhciQhQtdListInit()
2024 if ((dataLength == 0) || (transfer->direction == USB_OUT)) in USB_HostEhciQhQtdListInit()
2054 if (transfer->direction == USB_OUT) in USB_HostEhciQhQtdListInit()
[all …]
A Dusb_host_hci.c419 transfer->direction = USB_OUT; in USB_HostSend()
466 transfer->direction = USB_OUT; in USB_HostSendSetup()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.c1364 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso()
1389 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso()
1408 if (ehciPipePointer->pipeCommon.direction == USB_OUT) /* ISO OUT */ in USB_HostBandwidthHsHostAllocateIso()
1513 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateIso()
1609 if (ehciPipePointer->pipeCommon.direction == USB_OUT) in USB_HostBandwidthHsHostAllocateInterrupt()
1614 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 1U); in USB_HostBandwidthHsHostAllocateInterrupt()
1616 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_OUT, 0U); in USB_HostBandwidthHsHostAllocateInterrupt()
2012 if (transfer->direction == USB_OUT) in USB_HostEhciQhQtdListInit()
2039 if ((dataLength == 0U) || (transfer->direction == USB_OUT)) in USB_HostEhciQhQtdListInit()
2068 if (transfer->direction == USB_OUT) in USB_HostEhciQhQtdListInit()
[all …]
A Dusb_host_hci.c397 transfer->direction = USB_OUT; in USB_HostSend()
445 transfer->direction = USB_OUT; in USB_HostSendSetup()

Completed in 36 milliseconds