Home
last modified time | relevance | path

Searched refs:UE_XFERTYPE (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_generic.c194 type = ed->bmAttributes & UE_XFERTYPE; in ugen_open()
251 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_write()
259 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_write()
320 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_read()
328 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_read()
1497 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_ioctl()
H A Dusb.h526 #define UE_XFERTYPE 0x03 macro
533 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
H A Dusb_transfer.c386 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub()
2602 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()
2605 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()
2737 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
2801 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
H A Dusb_device.c295 type_mask = UE_XFERTYPE; in usbd_get_endpoint()
296 type_val = (setup->type & UE_XFERTYPE); in usbd_get_endpoint()
397 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK && in usb_init_endpoint()
983 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall()
H A Dusb_pf.c400 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbpf_xfertap()
H A Dusb_hub.c1921 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_alloc()
1999 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_free()
2367 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbd_transfer_power_ref()
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c199 et = (ted->bmAttributes & UE_XFERTYPE); in usb_make_endpoint_desc()
722 temp = (ed->bmAttributes & UE_XFERTYPE); in usb_hw_ep_get_needs()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2347 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()
2458 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()
2808 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()
2899 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()
3829 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
4316 (ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK || in xhci_set_endpoint_mode()
H A Dohci.c2551 switch (edesc->bmAttributes & UE_XFERTYPE) { in ohci_ep_init()
H A Duhci.c3036 switch (edesc->bmAttributes & UE_XFERTYPE) { in uhci_ep_init()
H A Dehci.c3770 switch (edesc->bmAttributes & UE_XFERTYPE) { in ehci_ep_init()