Home
last modified time | relevance | path

Searched refs:USB_IN (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()
207 transfer->direction = USB_IN; 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()
484 transfer->direction = USB_IN; 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/include/
A Dusb_spec.h61 #define USB_IN (1U) macro
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h62 #define USB_IN (1U) macro
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.c462 transfer->direction = USB_IN; in USB_HostSendSetup()
505 transfer->direction = USB_IN; in USB_HostRecv()
A Dusb_host_ehci.c1027 if (direction == USB_IN) in USB_HostBandwidthComputeTime()
1052 if (direction == USB_IN) in USB_HostBandwidthComputeTime()
1374 …timeStartSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso()
1375 … timeCompleteSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, in USB_HostBandwidthHsHostAllocateIso()
1614 … timeStartSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, 1); in USB_HostBandwidthHsHostAllocateInterrupt()
1615 … timeCompleteSplit = USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, in USB_HostBandwidthHsHostAllocateInterrupt()
1617 … USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, 0); in USB_HostBandwidthHsHostAllocateInterrupt()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.c441 transfer->direction = USB_IN; in USB_HostSendSetup()
485 transfer->direction = USB_IN; in USB_HostRecv()
A Dusb_host_ehci.c1005 if (direction == USB_IN) in USB_HostBandwidthComputeTime()
1031 if (direction == USB_IN) in USB_HostBandwidthComputeTime()
1373 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso()
1374 …eteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, in USB_HostBandwidthHsHostAllocateIso()
1620 …Split = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, 1U); in USB_HostBandwidthHsHostAllocateInterrupt()
1621 …pleteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, in USB_HostBandwidthHsHostAllocateInterrupt()
1624 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_INTERRUPT, USB_IN, 0U); in USB_HostBandwidthHsHostAllocateInterrupt()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c620 direction = USB_IN; in USB_DeviceEhciInterruptTokenDone()
1248 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTIO… in USB_DeviceEhciSend()
1579 USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_IN << 0x07U))); in USB_DeviceEhciControl()
A Dusb_device_dci.c992 (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceSendRequest()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c613 direction = USB_IN; in USB_DeviceEhciInterruptTokenDone()
1211 …(endpointAddress & USB_ENDPOINT_NUMBER_MASK) | (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTIO… in USB_DeviceEhciSend()
1542 USB_DeviceEhciEndpointDeinit(ehciState, (count | (USB_IN << 0x07U))); in USB_DeviceEhciControl()
A Dusb_device_dci.c987 (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceSendRequest()

Completed in 760 milliseconds