Searched refs:bmAttributes (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.h58 uint8_t bmAttributes; member in struct:usb_temp_endpoint_desc
73 uint8_t bmAttributes; member in struct:usb_temp_config_desc
H A Dusb_template_serialnet.c166 .bmAttributes = UE_BULK,
176 .bmAttributes = UE_BULK,
182 .bmAttributes = UE_INTERRUPT,
244 .bmAttributes = UE_INTERRUPT,
250 .bmAttributes = UE_BULK,
256 .bmAttributes = UE_BULK,
322 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_cdce.c153 .bmAttributes = UE_BULK,
163 .bmAttributes = UE_BULK,
169 .bmAttributes = UE_INTERRUPT,
218 .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_modem.c116 .bmAttributes = UE_INTERRUPT,
122 .bmAttributes = UE_BULK,
128 .bmAttributes = UE_BULK,
191 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_msc.c107 .bmAttributes = UE_BULK,
117 .bmAttributes = UE_BULK,
141 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_midi.c129 .bmAttributes = UE_BULK,
145 .bmAttributes = UE_BULK,
200 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_phone.c211 .bmAttributes = UE_ISOCHRONOUS,
268 .bmAttributes = UE_ISOCHRONOUS,
319 .bmAttributes = UE_INTERRUPT,
348 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template.c250 et = (ted->bmAttributes & UE_XFERTYPE);
294 ed->bmAttributes = ted->bmAttributes;
458 cd->bmAttributes = tcd->bmAttributes;
460 cd->bmAttributes |= (UC_REMOTE_WAKEUP | UC_BUS_POWERED);
463 cd->bmAttributes |= UC_SELF_POWERED;
465 cd->bmAttributes &= ~UC_SELF_POWERED;
773 temp = (ed->bmAttributes & UE_XFERTYPE);
H A Dusb_template_kbd.c122 .bmAttributes = UE_INTERRUPT,
156 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_mouse.c120 .bmAttributes = UE_INTERRUPT,
154 .bmAttributes = UC_BUS_POWERED,
H A Dusb_template_audio.c254 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
312 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
350 .bmAttributes = UC_BUS_POWERED,
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_desc.c187 pconfd->bmAttributes = pconf->desc.bmAttributes;
242 endd->bmAttributes = pend->desc.bmAttributes;
388 ptr->bmAttributes = ((const uint8_t *)buf)[3];
508 dcap_20->bmAttributes = ((const uint8_t *)buf)[3] |
525 ss_cap->bmAttributes = ((const uint8_t *)buf)[3];
622 desc->bmAttributes =
660 desc->bmAttributes = dev_cap->dev_capability_data[0];
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, ) \
424 #define LIBUSB20_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */
428 * \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "endpoint attributes" field.
532 * of the \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "bmAttributes"
553 * \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "bmAttribute
[all...]
H A Dlibusb.h318 uint8_t bmAttributes; member in struct:libusb_endpoint_descriptor
331 uint8_t bmAttributes; member in struct:libusb_ss_endpoint_companion_descriptor
362 uint8_t bmAttributes; member in struct:libusb_config_descriptor
373 uint32_t bmAttributes; member in struct:libusb_usb_2_0_device_capability_descriptor
381 uint8_t bmAttributes; member in struct:libusb_ss_usb_device_capability_descriptor
414 uint32_t bmAttributes; member in struct:libusb_usb_2_0_extension_descriptor
H A Dusb.h104 uint8_t bmAttributes; member in struct:usb_endpoint_descriptor
154 uint8_t bmAttributes; member in struct:usb_config_descriptor
H A Dlibusb01.c358 bep->bmAttributes = aep->desc.bmAttributes;
444 bcfg->bmAttributes = acfg->desc.bmAttributes;
/freebsd-11-stable/sys/dev/usb/
H A Dusb.h337 uDWord bmAttributes; member in struct:usb_devcap_usb2ext_descriptor
351 uByte bmAttributes; member in struct:usb_devcap_ss_descriptor
392 uByte bmAttributes; member in struct:usb_config_descriptor
536 uByte bmAttributes; member in struct:usb_endpoint_descriptor
565 uByte bmAttributes; member in struct:usb_endpoint_ss_comp_descriptor
671 uByte bmAttributes; member in struct:usb_otg_descriptor
H A Dusb_debug.c218 xfer->endpoint->edesc->bmAttributes);
H A Dusb_device.c445 ((ep->edesc->bmAttributes & type_mask) == type_val)) {
459 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) &&
529 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK &&
530 (UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0)) {
720 (cdp->bmAttributes & UC_SELF_POWERED) &&
723 if (cdp->bmAttributes & UC_BUS_POWERED) {
741 udev->address, cdp->bConfigurationValue, cdp->bmAttributes,
1115 et = (ep->edesc->bmAttributes & UE_XFERTYPE);
1835 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL;
2861 return (cdp->bmAttributes
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudioreg.h77 uByte bmAttributes; member in struct:__anon5240
114 uByte bmAttributes; member in struct:usb_audio_streaming_endpoint_descriptor
481 uByte bmAttributes; member in struct:usb_audio20_streaming_endpoint_descriptor
495 uByte bmAttributes; member in struct:usb_audio20_feedback_endpoint_descriptor
597 uByte bmAttributes; member in struct:usb_audio20_clock_source_unit
/freebsd-11-stable/usr.sbin/bhyve/
H A Dusb_mouse.c174 .bmAttributes = UC_BUS_POWERED | UC_REMOTE_WAKEUP,
198 .bmAttributes = UE_INTERRUPT,
206 .bmAttributes = 0,
229 .bmAttributes = 0,
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_usbd.c553 pipe->upi_type = UE_GET_XFERTYPE(edesc->bmAttributes);
642 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_CONTROL ||
643 UE_GET_XFERTYPE(ep->bmAttributes) == UE_ISOCHRONOUS) {
645 __func__, UE_GET_XFERTYPE(ep->bmAttributes));
656 cfg.type = UE_GET_XFERTYPE(ep->bmAttributes);
677 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_BULK)
/freebsd-11-stable/sys/dev/usb/controller/
H A Datmegadci.c1232 (ed->bmAttributes & UE_XFERTYPE),
1537 .bmAttributes = UC_SELF_POWERED,
1552 .bmAttributes = UE_INTERRUPT,
2036 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2118 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)
H A Davr32dci.c1199 (ed->bmAttributes & UE_XFERTYPE),
1477 .bmAttributes = UC_SELF_POWERED,
1492 .bmAttributes = UE_INTERRUPT,
1975 if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
2062 if ((edesc->bmAttributes & UE_XFERTYPE) == UE_ISOCHRONOUS)

Completed in 546 milliseconds

12