Home
last modified time | relevance | path

Searched refs:bmAttributes (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/sys/bus/u4b/template/
H A Dusb_template_serialnet.c173 .bmAttributes = UE_BULK,
183 .bmAttributes = UE_BULK,
189 .bmAttributes = UE_INTERRUPT,
251 .bmAttributes = UE_INTERRUPT,
257 .bmAttributes = UE_BULK,
263 .bmAttributes = UE_BULK,
329 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_modem.c103 .bmAttributes = UE_INTERRUPT,
109 .bmAttributes = UE_BULK,
115 .bmAttributes = UE_BULK,
178 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_mtp.c122 .bmAttributes = UE_BULK,
128 .bmAttributes = UE_INTERRUPT,
138 .bmAttributes = UE_BULK,
163 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_cdce.c159 .bmAttributes = UE_BULK,
169 .bmAttributes = UE_BULK,
175 .bmAttributes = UE_INTERRUPT,
224 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_msc.c108 .bmAttributes = UE_BULK,
118 .bmAttributes = UE_BULK,
142 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_phone.c202 .bmAttributes = UE_ISOCHRONOUS,
259 .bmAttributes = UE_ISOCHRONOUS,
310 .bmAttributes = UE_INTERRUPT,
339 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_audio.c246 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
304 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
342 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template.h58 uint8_t bmAttributes; member
73 uint8_t bmAttributes; member
H A Dusb_template.c199 et = (ted->bmAttributes & UE_XFERTYPE); in usb_make_endpoint_desc()
243 ed->bmAttributes = ted->bmAttributes; in usb_make_endpoint_desc()
407 cd->bmAttributes = tcd->bmAttributes; in usb_make_config_desc()
409 cd->bmAttributes |= (UC_REMOTE_WAKEUP | UC_BUS_POWERED); in usb_make_config_desc()
412 cd->bmAttributes |= UC_SELF_POWERED; in usb_make_config_desc()
414 cd->bmAttributes &= ~UC_SELF_POWERED; in usb_make_config_desc()
722 temp = (ed->bmAttributes & UE_XFERTYPE); in usb_hw_ep_get_needs()
H A Dusb_template_kbd.c109 .bmAttributes = UE_INTERRUPT,
143 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_mouse.c107 .bmAttributes = UE_INTERRUPT,
141 .bmAttributes = UC_BUS_POWERED,
/dragonfly/lib/libusb/
H A Dlibusb10_desc.c187 pconfd->bmAttributes = pconf->desc.bmAttributes; in libusb_get_config_descriptor()
242 endd->bmAttributes = pend->desc.bmAttributes; in libusb_get_config_descriptor()
388 ptr->bmAttributes = ((const uint8_t *)buf)[3]; in libusb_parse_ss_endpoint_comp()
475 dcap_20->bmAttributes = ((const uint8_t *)buf)[3] | in libusb_parse_bos_descriptor()
492 ss_cap->bmAttributes = ((const uint8_t *)buf)[3]; in libusb_parse_bos_descriptor()
H A Dlibusb20_desc.h229 m(n, UINT8_T, bmAttributes, ) \
257 m(n, UINT8_T, bmAttributes, ) \
275 m(n, UINT8_T, bmAttributes, ) \
284 m(n, UINT32_T, bmAttributes, ) \
292 m(n, UINT8_T, bmAttributes, ) \
H A Dlibusb.h281 uint8_t bmAttributes; member
294 uint8_t bmAttributes; member
325 uint8_t bmAttributes; member
336 uint32_t bmAttributes; member
344 uint8_t bmAttributes; member
H A Dusb.h104 uint8_t bmAttributes; member
154 uint8_t bmAttributes; member
H A Dlibusb01.c358 bep->bmAttributes = aep->desc.bmAttributes; in usb_parse_endpoint()
444 bcfg->bmAttributes = acfg->desc.bmAttributes; in usb_parse_config()
/dragonfly/sys/bus/u4b/
H A Dusb.h326 uDWord bmAttributes; member
340 uByte bmAttributes; member
381 uByte bmAttributes; member
525 uByte bmAttributes; member
549 uByte bmAttributes; member
655 uByte bmAttributes; member
H A Dusb_device.c313 ((ep->edesc->bmAttributes & type_mask) == type_val)) { in usbd_get_endpoint()
327 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) && in usbd_get_endpoint()
397 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK && in usb_init_endpoint()
398 (UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0)) { in usb_init_endpoint()
588 (cdp->bmAttributes & UC_SELF_POWERED) && in usbd_set_config_index()
591 if (cdp->bmAttributes & UC_BUS_POWERED) { in usbd_set_config_index()
609 udev->address, cdp->bConfigurationValue, cdp->bmAttributes, in usbd_set_config_index()
983 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall()
1625 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device()
2704 return (cdp->bmAttributes & UC_REMOTE_WAKEUP); in usb_peer_can_wakeup()
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_debug.c223 xfer->endpoint->edesc->bmAttributes); in usb_dump_xfer()
H A Dusb_transfer.c386 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub()
437 ecomp->bmAttributes) + 1; 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_hub.c337 ((ep->edesc->bmAttributes & 3) << 12); in uhub_tt_buffer_reset_async_locked()
1921 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()
H A Dusb_pf.c400 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE; in usbpf_xfertap()
/dragonfly/sys/bus/u4b/audio/
H A Duaudioreg.h77 uByte bmAttributes; member
114 uByte bmAttributes; member
481 uByte bmAttributes; member
495 uByte bmAttributes; member
597 uByte bmAttributes; member
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c2040 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain()
2347 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()
3206 .bmAttributes[0] = 2,
3212 .bmAttributes = 0, /* XXX */
3236 .bmAttributes = UC_SELF_POWERED,
3251 .bmAttributes = UE_INTERRUPT,
3259 .bmAttributes = 0,
3829 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) in xhci_configure_reset_endpoint()
[all …]

12