Searched refs:UE_XFERTYPE (Results 1 – 9 of 9) sorted by relevance
543 #define UE_XFERTYPE 0x03 macro550 #define UE_GET_XFERTYPE(a) ((a) & UE_XFERTYPE)
142 type = ed->bmAttributes & UE_XFERTYPE; in ugen_open()200 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_write()208 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_write()269 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_open_pipe_read()277 switch (ed->bmAttributes & UE_XFERTYPE) { in ugen_open_pipe_read()1461 usb_config[0].type = ed->bmAttributes & UE_XFERTYPE; in ugen_ioctl()
355 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub()2517 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2520 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2523 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done()2656 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()2721 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
235 type_mask = UE_XFERTYPE; in usbd_get_endpoint()236 type_val = (setup->type & UE_XFERTYPE); in usbd_get_endpoint()336 ((edesc->bmAttributes & UE_XFERTYPE) == UE_BULK) && in usb_init_endpoint()920 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall()
2000 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_alloc()2078 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in usb_hs_bandwidth_free()2478 xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbd_transfer_power_ref()
560 type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_clear_halt()668 type = (uhe->desc.bmAttributes & UE_XFERTYPE); in usb_control_msg()774 uint8_t type = uhe->desc.bmAttributes & UE_XFERTYPE; in usb_setup_endpoint_agg()1206 ((at & UE_XFERTYPE) == type)) { in usb_find_host_endpoint()
2315 type = edesc->bmAttributes & UE_XFERTYPE; in xhci_configure_endpoint()2426 switch (edesc->bmAttributes & UE_XFERTYPE) { in xhci_configure_endpoint()2773 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_get_endpoint_ext()2864 switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) { in xhci_transfer_insert()3786 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()4270 ((ep->edesc->bmAttributes & UE_XFERTYPE) != UE_BULK) || in xhci_set_endpoint_mode()
3714 switch (edesc->bmAttributes & UE_XFERTYPE) {
353 .bmAttributes = UE_XFERTYPE,