Home
last modified time | relevance | path

Searched refs:transferPipe (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c428 if ((tempTransfer->transferPipe->currentCount != frame_number) && in _USB_HostKhciGetRightTrRequest()
429 (frame_number % tempTransfer->transferPipe->interval == 0U) && in _USB_HostKhciGetRightTrRequest()
430 (tempTransfer->transferPipe->pipeType == USB_ENDPOINT_INTERRUPT)) in _USB_HostKhciGetRightTrRequest()
432 tempTransfer->transferPipe->currentCount = frame_number; in _USB_HostKhciGetRightTrRequest()
436 …if ((tempTransfer->transferPipe->pipeType == USB_ENDPOINT_INTERRUPT) && (tempTransfer->next != NUL… in _USB_HostKhciGetRightTrRequest()
581 if ((transfer->transferPipe->pipeType == USB_ENDPOINT_ISOCHRONOUS) || in _USB_HostKhciLinkTrRequestToList()
582 (transfer->transferPipe->pipeType == USB_ENDPOINT_INTERRUPT)) in _USB_HostKhciLinkTrRequestToList()
601 else if ((transfer->transferPipe->pipeType == USB_ENDPOINT_CONTROL) || in _USB_HostKhciLinkTrRequestToList()
602 (transfer->transferPipe->pipeType == USB_ENDPOINT_BULK)) in _USB_HostKhciLinkTrRequestToList()
667 if ((transfer->transferPipe->pipeType == USB_ENDPOINT_CONTROL) && in _USB_HostKhciProcessTrCallback()
[all …]
Dusb_host.h248 usb_host_pipe_t *transferPipe; /*!< Transfer pipe pointer*/ member
Dusb_host_ohci.c1678 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkGtdControlTr()
1787 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkGtdTr()
1901 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkItdTr()