Searched refs:USB_ENDPOINT_BULK (Results 1 – 14 of 14) sorted by relevance
34 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),
281 … ((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()
520 … ((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()
274 … ((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()
824 … ((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()
1585 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 …]
1198 (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()
602 (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()
3694 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()
35 #define USB_ENDPOINT_BULK (0x02U) macro
603 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()
317 …if ((USB_ENDPOINT_BULK == epInit->transferType) || (USB_ENDPOINT_INTERRUPT == epInit->transferType… in USB_DeviceKhciEndpointInit()
297 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit()308 (USB_ENDPOINT_BULK == epInitStruct.transferType)) in USB_DeviceCdcAcmEndpointsInit()
623 …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()