Searched refs:UE_GET_XFERTYPE (Results 1 – 3 of 3) sorted by relevance
553 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()
539 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE) macro
1670 if (UE_GET_XFERTYPE(ed1->bmAttributes) != UE_ISOCHRONOUS) { in uaudio_chan_fill_info_sub()