Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_BULK (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/usb_cdc_adapter/
Dusb_device_descriptor.c34 USB_ENDPOINT_BULK,
40 USB_ENDPOINT_BULK,
197 USB_ENDPOINT_BULK, USB_SHORT_GET_LOW(FS_CDC_VCOM_BULK_IN_PACKET_SIZE),
202 USB_ENDPOINT_BULK, USB_SHORT_GET_LOW(FS_CDC_VCOM_BULK_OUT_PACKET_SIZE),
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_printer.c281 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPrinterOpenInterface()
284 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostPrinterOpenInterface()
307 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPrinterOpenInterface()
310 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostPrinterOpenInterface()
Dusb_host_phdc.c520 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPhdcOpenInterface()
524 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostPhdcOpenInterface()
546 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostPhdcOpenInterface()
550 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostPhdcOpenInterface()
1265 if (pipeType == USB_ENDPOINT_BULK) in USB_HostPhdcGetEndpointInformation()
Dusb_host_cdc.c274 … ((ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostCdcOpenDataInterface()
277 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostCdcOpenDataInterface()
299 … ((ep_desc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostCdcOpenDataInterface()
302 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostCdcOpenDataInterface()
1031 if (pipeType == USB_ENDPOINT_BULK) in USB_HostCdcGetPacketsize()
Dusb_host_msd.c824 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostMsdOpenInterface()
827 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostMsdOpenInterface()
848 … ((epDesc->bmAttributes & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK) == USB_ENDPOINT_BULK)) in USB_HostMsdOpenInterface()
851 pipeInit.pipeType = USB_ENDPOINT_BULK; in USB_HostMsdOpenInterface()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c1585 case USB_ENDPOINT_BULK: in USB_HostIp3516HsCancelPipe()
1624 case USB_ENDPOINT_BULK: in USB_HostIp3516HsCancelPipe()
1780 case USB_ENDPOINT_BULK: in USB_HostIp3516HsCancelPipe()
2690 p = USB_HostIp3516HsGetPipe(usbHostState, USB_ENDPOINT_BULK, i); in USB_HostIp3516HsCheckAtlTransferSofar()
2713 case USB_ENDPOINT_BULK: in USB_HostIp3516HsCheckGetBufferFailedPipe()
2886 case USB_ENDPOINT_BULK: in USB_HostIp3516HsTokenDone()
3134 if ((NULL != p) && ((USB_ENDPOINT_BULK == p->pipeCommon.pipeType) || in USB_HostIp3516HsTokenDone()
3137 if (USB_ENDPOINT_BULK == p->pipeCommon.pipeType) in USB_HostIp3516HsTokenDone()
3163 if (USB_ENDPOINT_BULK == p->pipeCommon.pipeType) in USB_HostIp3516HsTokenDone()
3191 case USB_ENDPOINT_BULK: in USB_HostIp3516HsTokenDone()
[all …]
Dusb_host_ohci.c1198 (p->pipeCommon.pipeType == USB_ENDPOINT_BULK))) in USB_HostOhciTdDoneHandle()
1273 case USB_ENDPOINT_BULK: in USB_HostOhciTdDoneHandle()
1790 if (USB_ENDPOINT_BULK == pipe->pipeCommon.pipeType) in USB_HostOhciLinkGtdTr()
1975 …if ((USB_ENDPOINT_CONTROL == pipe->pipeCommon.pipeType) || (USB_ENDPOINT_BULK == pipe->pipeCommon.… in USB_HostOhciSof()
2419 case USB_ENDPOINT_BULK: in USB_HostOhciOpenPipe()
2459 case USB_ENDPOINT_BULK: in USB_HostOhciClosePipe()
2523 case USB_ENDPOINT_BULK: in USB_HostOhciWritePipe()
Dusb_host_khci.c602 (transfer->transferPipe->pipeType == USB_ENDPOINT_BULK)) in _USB_HostKhciLinkTrRequestToList()
688 …(pipePointer->pipeType == USB_ENDPOINT_INTERRUPT) || (pipePointer->pipeType == USB_ENDPOINT_BULK))) in _USB_HostKhciProcessTrCallback()
1428 (transfer->transferPipe->pipeType == USB_ENDPOINT_BULK)) in _USB_HostKhciTransferStateMachine()
1967 …f ((pipePointer->pipeType == USB_ENDPOINT_CONTROL) || (pipePointer->pipeType == USB_ENDPOINT_BULK)) in _USB_HostKhciCancelPipe()
Dusb_host_ehci.c3694 case USB_ENDPOINT_BULK: in USB_HostEhciCancelPipe()
3969 case USB_ENDPOINT_BULK: in USB_HostEhciTransactionDone()
4041 … (ehciClearPipePointer->pipeCommon.pipeType == USB_ENDPOINT_BULK))) in USB_HostEhciTransactionDone()
4355 case USB_ENDPOINT_BULK: in USB_HostEhciTimer0()
5087 case USB_ENDPOINT_BULK: in USB_HostEhciOpenPipe()
5139 case USB_ENDPOINT_BULK: in USB_HostEhciClosePipe()
5223 case USB_ENDPOINT_BULK: in USB_HostEhciWritePipe()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/include/
Dusb_spec.h35 #define USB_ENDPOINT_BULK (0x02U) macro
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c603 if ((USB_ENDPOINT_BULK == epInit->transferType) && ((endpointIndex & 0x01U) == 0x00U)) in USB_DeviceLpc3511IpEndpointInit()
667 if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpEndpointDeinit()
1030 …if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && ((endpointIndex & 0x0… in USB_DeviceLpc3511IpDoPreviousTransactionMemcpy()
1809 …if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && ((endpointIndex & 0x0… in USB_DeviceLpc3511IpGetActualBufferAndPrime()
1891 if ((USB_ENDPOINT_BULK == epState->stateUnion.stateBitField.endpointType) && in USB_DeviceLpc3511IpGetActualBufferAndPrime()
Dusb_device_khci.c317 …if ((USB_ENDPOINT_BULK == epInit->transferType) || (USB_ENDPOINT_INTERRUPT == epInit->transferType… in USB_DeviceKhciEndpointInit()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c297 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit()
308 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit()
Dusb_device_ccid.c623 …if ((USB_ENDPOINT_BULK == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE_MASK… in USB_DeviceCcidEndpointsInit()
631 …else if ((USB_ENDPOINT_BULK == (epInitStruct.transferType & USB_DESCRIPTOR_ENDPOINT_ATTRIBUTE_TYPE… in USB_DeviceCcidEndpointsInit()