Home
last modified time | relevance | path

Searched refs:trList (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1615 trCurrent = pipe->trList; in USB_HostIp3516HsCancelPipe()
1764 pipe->trList = trPos; in USB_HostIp3516HsCancelPipe()
2599 if (NULL != p->trList) in USB_HostIp3516HsCheckIsoTransferSofar()
2601 usb_host_transfer_t *trCurrent = p->trList; in USB_HostIp3516HsCheckIsoTransferSofar()
2618 if (p->trList) in USB_HostIp3516HsCheckIsoTransferSofar()
2620 p->currentTr = p->trList->next; in USB_HostIp3516HsCheckIsoTransferSofar()
2709 if (NULL != pipe->trList) in USB_HostIp3516HsCheckGetBufferFailedPipe()
2714 (void)USB_HostIp3516HsWriteBulkPipe(usbHostState, pipe, pipe->trList); in USB_HostIp3516HsCheckGetBufferFailedPipe()
2718 (void)USB_HostIp3516HsWriteControlPipe(usbHostState, pipe, pipe->trList); in USB_HostIp3516HsCheckGetBufferFailedPipe()
2723 (void)USB_HostIp3516HsWriteIsoPipe(usbHostState, pipe, pipe->trList); in USB_HostIp3516HsCheckGetBufferFailedPipe()
[all …]
Dusb_host_ip3516hs.h573 usb_host_transfer_t *trList; member