Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c414 case UE_ISOCHRONOUS: in dwc2_open()
915 if (xfertype == UE_ISOCHRONOUS || in dwc2_device_start()
951 } else if (xfertype == UE_ISOCHRONOUS) { in dwc2_device_start()
1016 xfertype == UE_ISOCHRONOUS) { in dwc2_device_start()
1031 (dev->ud_speed == USB_SPEED_FULL && xfertype == UE_ISOCHRONOUS)) { in dwc2_device_start()
1053 KASSERT(xfertype != UE_ISOCHRONOUS || in dwc2_device_start()
1055 KASSERTMSG(xfer->ux_nframes == 0 || xfertype == UE_ISOCHRONOUS, in dwc2_device_start()
1425 if (xfertype == UE_ISOCHRONOUS) { in dwc2_host_complete()
1438 if (xfertype == UE_ISOCHRONOUS && dbg_perio()) { in dwc2_host_complete()
1487 if (xfertype == UE_ISOCHRONOUS || in dwc2_host_complete()
H A Ddwc2.h136 #define USB_ENDPOINT_XFER_ISOC UE_ISOCHRONOUS /* 1 */
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c594 if ((ed->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS) { in rumpusb_device_bulk_start()
668 if ((ed->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS) in rumpusb_device_bulk_start()
797 case UE_ISOCHRONOUS: in ugenhc_open()
807 if (oflags != O_RDONLY && xfertype == UE_ISOCHRONOUS) { in ugenhc_open()
/netbsd-src/sys/dev/usb/
H A Dugen.c682 case UE_ISOCHRONOUS: in ugenopen()
788 case UE_ISOCHRONOUS: in ugen_do_close()
998 case UE_ISOCHRONOUS: in ugen_do_read()
2142 case UE_ISOCHRONOUS: in ugenpoll()
2170 case UE_ISOCHRONOUS: in ugenpoll()
2368 case UE_ISOCHRONOUS: in ugenkqfilter()
2390 case UE_ISOCHRONOUS: in ugenkqfilter()
H A Dxhci.c439 case UE_ISOCHRONOUS: in xhci_ep_get_type()
2071 case UE_ISOCHRONOUS: in xhci_open()
2493 if (xfertype == UE_ISOCHRONOUS) { in xhci_event_transfer()
2527 if (xfertype == UE_ISOCHRONOUS) { in xhci_event_transfer()
3607 if (xfertype != UE_ISOCHRONOUS) in xhci_setup_ctx()
3867 case UE_ISOCHRONOUS: in xhci_setup_maxburst()
3873 if (esscd && xfertype == UE_ISOCHRONOUS && in xhci_setup_maxburst()
3933 if (xfertype == UE_ISOCHRONOUS) in xhci_setup_maxburst()
3941 if (xfertype == UE_ISOCHRONOUS) in xhci_setup_maxburst()
3951 if (xfertype == UE_ISOCHRONOUS) { in xhci_setup_maxburst()
[all...]
H A Duvideo.c1185 } else if (xfer_type == UE_ISOCHRONOUS) { in uvideo_stream_init_desc()
1195 vs->vs_xfer_type = UE_ISOCHRONOUS; in uvideo_stream_init_desc()
1289 if (vs->vs_xfer_type == UE_ISOCHRONOUS) { in uvideo_stream_free()
1644 case UE_ISOCHRONOUS: in uvideo_stream_start_xfer()
1784 case UE_ISOCHRONOUS: in uvideo_stream_stop_xfer()
H A Dauvitek.c165 if (dir == UE_DIR_IN && type == UE_ISOCHRONOUS && in auvitek_attach()
H A Dusb.h297 #define UE_ISOCHRONOUS 0x01 macro
H A Dmotg.c577 case UE_ISOCHRONOUS: in motg_open()
1154 case UE_ISOCHRONOUS: in motg_type()
H A Dubt.c790 if (UE_GET_XFERTYPE(ed->bmAttributes) != UE_ISOCHRONOUS) in ubt_set_isoc_config()
H A Dehci.c2024 if (speed == EHCI_QH_SPEED_LOW && xfertype == UE_ISOCHRONOUS) { in ehci_open()
2039 if (xfertype != UE_ISOCHRONOUS) { in ehci_open()
2131 case UE_ISOCHRONOUS: in ehci_open()
H A Dohci.c2122 if (xfertype == UE_ISOCHRONOUS) { in ohci_open()
2180 case UE_ISOCHRONOUS:
H A Duaudio.c2151 if (UE_GET_XFERTYPE(ed->bmAttributes) != UE_ISOCHRONOUS) in uaudio_process_as()
2172 if (UE_GET_XFERTYPE(epdesc1->bmAttributes) != UE_ISOCHRONOUS) { in uaudio_process_as()
H A Duhci.c3447 case UE_ISOCHRONOUS: in uhci_open()
/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c389 case UE_ISOCHRONOUS: in ahci_open()
/netbsd-src/sys/dev/ic/
H A Dsl811hs.c1105 case UE_ISOCHRONOUS: in slhci_open()