Searched refs:USB_ENDPOINT_ISOCHRONOUS (Results 1 – 12 of 12) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/ |
| D | usb_host_ip3516hs.c | 622 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) /* iso */ in USB_HostIp3516HsBusTime() 1060 if (USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) in USB_HostIp3516HsFillSlotBusTime() 1149 … if ((frame >= p->startUFrame) && ((p->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostIp3516HsFindStartFrame() 1236 … if ((frame >= p->startUFrame) && ((p->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostIp3516HsFindStartFrame() 1595 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostIp3516HsCancelPipe() 1700 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostIp3516HsCancelPipe() 1790 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostIp3516HsCancelPipe() 2562 …if ((p->pipeCommon.pipeType == pipeType) && (USB_ENDPOINT_ISOCHRONOUS == pipeType) && (p->tdIndex … in USB_HostIp3516HsGetPipe() 2594 p = USB_HostIp3516HsGetPipe(usbHostState, USB_ENDPOINT_ISOCHRONOUS, i); in USB_HostIp3516HsCheckIsoTransferSofar() 2722 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostIp3516HsCheckGetBufferFailedPipe() [all …]
|
| D | usb_host_ohci.c | 204 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) /* iso */ in USB_HostOhciBusTime() 782 … if ((USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) && (dummy != (uint32_t)ed)) in USB_HostOhciAddToPeriodicList() 1286 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostOhciTdDoneHandle() 1381 if (USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) in USB_HostOhciCancelPipe() 1516 if (USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) in USB_HostOhciCloseIsoInterruptPipe() 2018 if (USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) in USB_HostOhciSof() 2373 if (USB_ENDPOINT_ISOCHRONOUS == pipe->pipeCommon.pipeType) in USB_HostOhciOpenPipe() 2424 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostOhciOpenPipe() 2465 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostOhciClosePipe() 2529 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostOhciWritePipe() [all …]
|
| D | usb_host_khci.c | 581 if ((transfer->transferPipe->pipeType == USB_ENDPOINT_ISOCHRONOUS) || in _USB_HostKhciLinkTrRequestToList() 824 if ((pipeDescPointer->pipeType == USB_ENDPOINT_ISOCHRONOUS)) in _USB_HostKhciTransactionDone() 930 … ((pipeDescPointer->pipeType == USB_ENDPOINT_ISOCHRONOUS ? 0U : USB_ENDPT_EPHSHK_MASK)); in _USB_HostKhciAtomNonblockingTransaction() 933 … ((pipeDescPointer->pipeType == USB_ENDPOINT_ISOCHRONOUS ? 0U : USB_ENDPT_EPHSHK_MASK)); in _USB_HostKhciAtomNonblockingTransaction() 1377 (tempTransfer->transferPipe->pipeType == USB_ENDPOINT_ISOCHRONOUS)) in _USB_HostKhciTransferStateMachine() 1749 if (pipePointer->pipeType == USB_ENDPOINT_ISOCHRONOUS) in USB_HostKhciOpenPipe() 1963 …if ((pipePointer->pipeType == USB_ENDPOINT_ISOCHRONOUS) || (pipePointer->pipeType == USB_ENDPOINT_… in _USB_HostKhciCancelPipe()
|
| D | usb_host_ehci.c | 1022 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) /* iso */ in USB_HostBandwidthComputeTime() 1094 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthFslsHostComputeCurrent() 1129 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentFsls() 1157 USB_ENDPOINT_ISOCHRONOUS) /* iso bandwidth is allocated once */ in USB_HostBandwidthHsHostComputeCurrentFsls() 1201 if ((ehciPipePointer->pipeCommon.pipeType == USB_ENDPOINT_ISOCHRONOUS) || in USB_HostBandwidthHsHostComputeCurrentHsAll() 1361 (uint8_t)deviceInfo, USB_ENDPOINT_ISOCHRONOUS, ehciPipePointer->pipeCommon.direction, in USB_HostBandwidthHsHostAllocateIso() 1391 …rtSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_OUT, in USB_HostBandwidthHsHostAllocateIso() 1398 … (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, 1); in USB_HostBandwidthHsHostAllocateIso() 1399 …eteSplit = (uint16_t)USB_HostBandwidthComputeTime(USB_SPEED_HIGH, USB_ENDPOINT_ISOCHRONOUS, USB_IN, in USB_HostBandwidthHsHostAllocateIso() 3730 case USB_ENDPOINT_ISOCHRONOUS: in USB_HostEhciCancelPipe() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_audio.c | 300 pipe_init.pipeType = USB_ENDPOINT_ISOCHRONOUS; in _USB_HostAudioInitEndpoint() 373 …(ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_ISOCHRONOUS)) in _USB_HostAudioOpenInterface() 386 …(ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_ISOCHRONOUS)) in _USB_HostAudioOpenInterface() 1187 if (pipeType == USB_ENDPOINT_ISOCHRONOUS) in USB_HostAudioPacketSize() 2142 …(ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_ISOCHRONOUS)) in USB_HostAudioSetStreamOutDataInterval()
|
| D | usb_host_video.c | 208 …(ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_ISOCHRONOUS)) in USB_HostVideoStreamOpenInterface() 211 pipe_init.pipeType = USB_ENDPOINT_ISOCHRONOUS; in USB_HostVideoStreamOpenInterface()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/ |
| D | usb_spec.h | 34 #define USB_ENDPOINT_ISOCHRONOUS (0x01U) macro
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_video.c | 320 …if ((USB_ENDPOINT_ISOCHRONOUS == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TY… in USB_DeviceVideoStreamEndpointsInit() 326 else if ((USB_ENDPOINT_ISOCHRONOUS == in USB_DeviceVideoStreamEndpointsInit()
|
| D | usb_device_audio.c | 338 …if ((USB_ENDPOINT_ISOCHRONOUS == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TY… in USB_DeviceAudioStreamEndpointsInit()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_khci.c | 286 if (USB_ENDPOINT_ISOCHRONOUS == epInit->transferType) in USB_DeviceKhciEndpointInit()
|
| D | usb_device_ehci.c | 272 if (USB_ENDPOINT_ISOCHRONOUS == transferType) in USB_DeviceEhciEndpointInit()
|
| D | usb_device_lpcip3511.c | 541 if (USB_ENDPOINT_ISOCHRONOUS == epInit->transferType) in USB_DeviceLpc3511IpEndpointInit()
|