Home
last modified time | relevance | path

Searched refs:UE_GET_XFERTYPE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/compat/ndis/
HDsubr_usbd.c553 pipe->upi_type = UE_GET_XFERTYPE(edesc->bmAttributes); in usbd_func_selconf()
642 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_CONTROL || in usbd_setup_endpoint()
643 UE_GET_XFERTYPE(ep->bmAttributes) == UE_ISOCHRONOUS) { in usbd_setup_endpoint()
645 __func__, UE_GET_XFERTYPE(ep->bmAttributes)); in usbd_setup_endpoint()
656 cfg.type = UE_GET_XFERTYPE(ep->bmAttributes); in usbd_setup_endpoint()
677 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_BULK) in usbd_setup_endpoint()
/NextBSD/sys/dev/usb/
HDusb.h539 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE) macro
/NextBSD/sys/dev/sound/usb/
HDuaudio.c1670 if (UE_GET_XFERTYPE(ed1->bmAttributes) != UE_ISOCHRONOUS) { in uaudio_chan_fill_info_sub()