Home
last modified time | relevance | path

Searched refs:UE_CONTROL (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.h124 #define USB_ENDPOINT_XFER_CONTROL UE_CONTROL /* 0 */
H A Ddwc2.c393 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()
H A Ddwc2_hcd.c4295 if (!(xfertype == UE_CONTROL && in dwc2_host_complete()
/openbsd/sys/dev/usb/
H A Dxhci.c894 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()
H A Dusb.h253 #define UE_CONTROL 0x00 macro
H A Dehci.c1418 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()
H A Dusb_subr.c542 case UE_CONTROL: in usbd_parse_idesc()
1056 dev->def_ep_desc.bmAttributes = UE_CONTROL; in usbd_new_device()
H A Dusb.c967 case UE_CONTROL: in usb_tap()
H A Dugen.c397 case UE_CONTROL: in ugenopen()
H A Dohci.c1955 case UE_CONTROL: in ohci_open()
H A Duhci.c2652 case UE_CONTROL: in uhci_open()
H A Duvideo.c2681 if (UE_GET_XFERTYPE(d->bmAttributes) == UE_CONTROL) in uvideo_dump_desc_endpoint()