Searched refs:USB_ENDPOINT_ISOCHRONOUS (Results 1 – 6 of 6) sorted by relevance
1019 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) /* iso */ in USB_HostBandwidthComputeTime()1089 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthFslsHostComputeCurrent()1122 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentFsls()1148 USB_ENDPOINT_ISOCHRONOUS) /* iso bandwidth is allocated once */ in USB_HostBandwidthHsHostComputeCurrentFsls()1191 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentHsAll()3394 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciCancelPipe()3682 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciTransactionDone()4276 if (ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) in USB_HostEhciOpenPipe()4319 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciOpenPipe()4372 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciClosePipe()[all …]
55 #define USB_ENDPOINT_ISOCHRONOUS (0x01U) macro
997 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) /* iso */ in USB_HostBandwidthComputeTime()1069 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthFslsHostComputeCurrent()1104 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentFsls()1176 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentHsAll()3491 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciCancelPipe()3804 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciTransactionDone()4500 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostEhciOpenPipe()4503 if (ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) in USB_HostEhciOpenPipe()4544 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciOpenPipe()4601 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciClosePipe()[all …]
56 #define USB_ENDPOINT_ISOCHRONOUS (0x01U) macro
263 if (USB_ENDPOINT_ISOCHRONOUS == transferType) in USB_DeviceEhciEndpointInit()
256 if (USB_ENDPOINT_ISOCHRONOUS == transferType) in USB_DeviceEhciEndpointInit()
Completed in 29 milliseconds