Searched refs:USB_IN (Results 1 – 11 of 11) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_usbh.c | 190 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 D | usb_spec.h | 61 #define USB_IN (1U) macro
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/include/ |
| A D | usb_spec.h | 62 #define USB_IN (1U) macro
|
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host_hci.c | 462 transfer->direction = USB_IN; in USB_HostSendSetup() 505 transfer->direction = USB_IN; in USB_HostRecv()
|
| A D | usb_host_ehci.c | 1027 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 D | usb_host_hci.c | 441 transfer->direction = USB_IN; in USB_HostSendSetup() 485 transfer->direction = USB_IN; in USB_HostRecv()
|
| A D | usb_host_ehci.c | 1005 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 D | usb_device_ehci.c | 620 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 D | usb_device_dci.c | 992 (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceSendRequest()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/device/ |
| A D | usb_device_ehci.c | 613 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 D | usb_device_dci.c | 987 (USB_IN << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT), in USB_DeviceSendRequest()
|
Completed in 760 milliseconds