Home
last modified time | relevance | path

Searched refs:usb_host_pipe_t (Results 1 – 8 of 8) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host.h196 } usb_host_pipe_t; typedef
207 usb_host_pipe_t *transferPipe; /*!< Transfer pipe pointer*/
A Dusb_host_ehci.h197 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
300 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */
A Dusb_host_ehci.c4168 …ehciInstance->ehciPipeList[index - 1].pipeCommon.next = (usb_host_pipe_t *)&ehciInstance->ehciPipe… in USB_HostEhciCreate()
4337 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)ehciInstance->ehciPipeList; in USB_HostEhciOpenPipe()
4345 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)ehciInstance->ehciRunningPipeList; in USB_HostEhciOpenPipe()
4357 usb_host_pipe_t *prevPointer = NULL; in USB_HostEhciClosePipe()
4383 prevPointer = (usb_host_pipe_t *)ehciInstance->ehciRunningPipeList; in USB_HostEhciClosePipe()
4384 if (prevPointer == (usb_host_pipe_t *)ehciPipePointer) in USB_HostEhciClosePipe()
4392 if (prevPointer->next == (usb_host_pipe_t *)ehciPipePointer) in USB_HostEhciClosePipe()
4407 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)ehciInstance->ehciPipeList; in USB_HostEhciClosePipe()
A Dusb_host_devices.c409 usb_host_pipe_t *pipe = (usb_host_pipe_t *)deviceInstance->controlPipe; in USB_HostProcessCallback()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.h177 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
280 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */
A Dusb_host.h237 } usb_host_pipe_t; typedef
248 usb_host_pipe_t *transferPipe; /*!< Transfer pipe pointer*/
A Dusb_host_ehci.c4368 ehciInstance->ehciPipeList[index - 1U].pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciCreate()
4563 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciOpenPipe()
4572 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciOpenPipe()
4584 usb_host_pipe_t *prevPointer = NULL; in USB_HostEhciClosePipe()
4614 prevPointer = (usb_host_pipe_t *)temp; in USB_HostEhciClosePipe()
4616 if (prevPointer == (usb_host_pipe_t *)tempCurrent) in USB_HostEhciClosePipe()
4626 if (prevPointer->next == (usb_host_pipe_t *)temp) in USB_HostEhciClosePipe()
4642 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciClosePipe()
A Dusb_host_devices.c402 usb_host_pipe_t *pipe = (usb_host_pipe_t *)deviceInstance->controlPipe; in USB_HostProcessCallback()

Completed in 32 milliseconds