Searched refs:trList (Results 1 – 2 of 2) sorted by relevance
1615 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 …]
573 usb_host_transfer_t *trList; member