Searched refs:UE_XFERTYPE (Results 1 – 9 of 9) sorted by relevance
541 #define UE_XFERTYPE 0x03 macro548 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
146 type = ed->bmAttributes & UE_XFERTYPE; in ugen_open()204 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_write()212 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_write()273 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_read()281 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_read()1522 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_ioctl()
357 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub()2545 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2548 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2551 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2684 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()2750 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
237 type_mask = UE_XFERTYPE; in usbd_get_endpoint()238 type_val = (setup->type & UE_XFERTYPE); in usbd_get_endpoint()339 ((edesc->bmAttributes & UE_XFERTYPE) == UE_BULK) && in usb_init_endpoint()924 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall()
2007 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_alloc()2085 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_free()2487 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbd_transfer_power_ref()
564 type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_clear_halt()672 type = (uhe->desc.bmAttributes & UE_XFERTYPE); in usb_control_msg()778 uint8_t type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_setup_endpoint_agg()1212 ((at & UE_XFERTYPE) == type)) { in usb_find_host_endpoint()
2335 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()2446 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()2795 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()2886 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()3812 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()4300 ((ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK) || in xhci_set_endpoint_mode()
3748 switch (edesc->bmAttributes & UE_XFERTYPE) {
353 .bmAttributes = UE_XFERTYPE,