Searched refs:UE_CONTROL (Results 1 – 12 of 12) sorted by relevance
124 #define USB_ENDPOINT_XFER_CONTROL UE_CONTROL /* 0 */
393 case UE_CONTROL: in dwc2_open()1054 if (xfertype == UE_CONTROL) { in dwc2_device_start()1116 if (xfertype == UE_CONTROL) { in dwc2_device_start()1132 if (!(xfertype == UE_CONTROL && len == 0)) { in dwc2_device_start()
4295 if (!(xfertype == UE_CONTROL && in dwc2_host_complete()
894 case UE_CONTROL: in xhci_event_xfer()1250 if (UE_GET_XFERTYPE(ed->bmAttributes) == UE_CONTROL) in xhci_ed2dci()1297 case UE_CONTROL: in xhci_pipe_open()1361 case UE_CONTROL: in xhci_get_txinfo()1411 if (xfertype == UE_CONTROL || xfertype == UE_BULK) { in xhci_pipe_interval()1526 if ((ed->bEndpointAddress & UE_DIR_IN) || (xfertype == UE_CONTROL)) in xhci_context_setup()
253 #define UE_CONTROL 0x00 macro
1418 naks = ((xfertype == UE_CONTROL) || (xfertype == UE_BULK)) ? 4 : 0; in ehci_open()1430 (xfertype == UE_CONTROL ? EHCI_QH_DTC : 0) | in ehci_open()1432 (speed != EHCI_QH_SPEED_HIGH && xfertype == UE_CONTROL ? in ehci_open()1475 case UE_CONTROL: in ehci_open()2362 UE_CONTROL; in ehci_alloc_sqtd_chain()
542 case UE_CONTROL: in usbd_parse_idesc()1056 dev->def_ep_desc.bmAttributes = UE_CONTROL; in usbd_new_device()
967 case UE_CONTROL: in usb_tap()
397 case UE_CONTROL: in ugenopen()
1955 case UE_CONTROL: in ohci_open()
2652 case UE_CONTROL: in uhci_open()
2681 if (UE_GET_XFERTYPE(d->bmAttributes) == UE_CONTROL) in uvideo_dump_desc_endpoint()