Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c403 case UE_ISOCHRONOUS: in dwc2_open()
1042 if (xfertype == UE_ISOCHRONOUS || in dwc2_device_start()
1080 } else if (xfertype == UE_ISOCHRONOUS) { in dwc2_device_start()
1146 xfertype == UE_ISOCHRONOUS) { in dwc2_device_start()
1161 (dev->speed == USB_SPEED_FULL && xfertype == UE_ISOCHRONOUS)) { in dwc2_device_start()
1180 KASSERTMSG(xfer->nframes == 0 || xfertype == UE_ISOCHRONOUS, in dwc2_device_start()
Ddwc2.h125 #define USB_ENDPOINT_XFER_ISOC UE_ISOCHRONOUS /* 1 */
Ddwc2_hcd.c4241 if (xfertype == UE_ISOCHRONOUS) { in dwc2_host_complete()
4257 if (xfertype == UE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete()
4306 if (xfertype == UE_ISOCHRONOUS || in dwc2_host_complete()
/openbsd/src/sys/dev/usb/
Dugen.c351 case UE_ISOCHRONOUS: in ugenopen()
463 case UE_ISOCHRONOUS: in ugen_do_close()
587 case UE_ISOCHRONOUS: in ugen_do_read()
1327 case UE_ISOCHRONOUS: in ugenkqfilter()
1345 case UE_ISOCHRONOUS: in ugenkqfilter()
Dxhci.c899 case UE_ISOCHRONOUS: in xhci_event_xfer()
1318 case UE_ISOCHRONOUS: in xhci_pipe_open()
1366 case UE_ISOCHRONOUS: in xhci_get_txinfo()
1417 if (xfertype == UE_ISOCHRONOUS) { in xhci_pipe_interval()
1450 if (xfertype == UE_ISOCHRONOUS || xfertype == UE_INTERRUPT) in xhci_pipe_maxburst()
1523 if (xfertype != UE_ISOCHRONOUS) in xhci_context_setup()
Dusb.h254 #define UE_ISOCHRONOUS 0x01 macro
Dusb.c972 case UE_ISOCHRONOUS: in usb_tap()
Duvideo.c1294 if (ep_dir == UE_DIR_IN && ep_type == UE_ISOCHRONOUS) in uvideo_vs_parse_desc_alt()
1377 if (ep_type == UE_ISOCHRONOUS) in uvideo_vs_set_alt()
2694 if (UE_GET_XFERTYPE(d->bmAttributes) == UE_ISOCHRONOUS) { in uvideo_dump_desc_endpoint()
Dehci.c680 if (UE_GET_XFERTYPE(attr) == UE_ISOCHRONOUS) in ehci_check_intr()
1421 if (xfertype != UE_ISOCHRONOUS) { in ehci_open()
1502 case UE_ISOCHRONOUS: in ehci_open()
Dohci.c1925 if (xfertype == UE_ISOCHRONOUS) { in ohci_open()
1973 case UE_ISOCHRONOUS: in ohci_open()
Duhci.c2685 case UE_ISOCHRONOUS: in uhci_open()
Duaudio.c2368 if (UE_GET_XFERTYPE(attr) != UE_ISOCHRONOUS) { in uaudio_process_as_ep()