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

12

/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.h65 uint8_t bmAttributes; member in struct:usb_temp_endpoint_desc
80 uint8_t bmAttributes; member in struct:usb_temp_config_desc
H A Dusb_template_serialnet.c174 .bmAttributes = UE_BULK,
184 .bmAttributes = UE_BULK,
190 .bmAttributes = UE_INTERRUPT,
252 .bmAttributes = UE_INTERRUPT,
258 .bmAttributes = UE_BULK,
264 .bmAttributes = UE_BULK,
330 .bmAttributes = 0,
H A Dusb_template_multi.c177 .bmAttributes = UE_BULK,
187 .bmAttributes = UE_BULK,
193 .bmAttributes = UE_INTERRUPT,
255 .bmAttributes = UE_INTERRUPT,
261 .bmAttributes = UE_BULK,
267 .bmAttributes = UE_BULK,
334 .bmAttributes = UE_BULK,
344 .bmAttributes = UE_BULK,
373 .bmAttributes = 0,
H A Dusb_template_cdce.c157 .bmAttributes = UE_BULK,
167 .bmAttributes = UE_BULK,
173 .bmAttributes = UE_INTERRUPT,
222 .bmAttributes = 0,
H A Dusb_template_modem.c126 .bmAttributes = UE_INTERRUPT,
132 .bmAttributes = UE_BULK,
138 .bmAttributes = UE_BULK,
201 .bmAttributes = 0,
H A Dusb_template_mtp.c126 .bmAttributes = UE_BULK,
132 .bmAttributes = UE_INTERRUPT,
142 .bmAttributes = UE_BULK,
167 .bmAttributes = 0,
H A Dusb_template_cdceem.c112 .bmAttributes = UE_BULK,
122 .bmAttributes = UE_BULK,
146 .bmAttributes = 0,
H A Dusb_template_midi.c131 .bmAttributes = UE_BULK,
147 .bmAttributes = UE_BULK,
202 .bmAttributes = 0,
H A Dusb_template_msc.c111 .bmAttributes = UE_BULK,
121 .bmAttributes = UE_BULK,
145 .bmAttributes = 0,
H A Dusb_template.c282 et = (ted->bmAttributes & UE_XFERTYPE);
326 ed->bmAttributes = ted->bmAttributes;
491 cd->bmAttributes = tcd->bmAttributes;
495 cd->bmAttributes |= UC_REMOTE_WAKEUP;
497 cd->bmAttributes |= UC_BUS_POWERED;
498 cd->bmAttributes &= ~UC_SELF_POWERED;
500 cd->bmAttributes &= ~UC_BUS_POWERED;
501 cd->bmAttributes |
[all...]
H A Dusb_template_phone.c213 .bmAttributes = UE_ISOCHRONOUS,
270 .bmAttributes = UE_ISOCHRONOUS,
321 .bmAttributes = UE_INTERRUPT,
350 .bmAttributes = 0,
H A Dusb_template_kbd.c126 .bmAttributes = UE_INTERRUPT,
160 .bmAttributes = 0,
H A Dusb_template_mouse.c124 .bmAttributes = UE_INTERRUPT,
158 .bmAttributes = 0,
H A Dusb_template_audio.c258 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
316 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT,
354 .bmAttributes = 0,
/freebsd-12-stable/lib/libusb/
H A Dlibusb10_desc.c189 pconfd->bmAttributes = pconf->desc.bmAttributes;
244 endd->bmAttributes = pend->desc.bmAttributes;
390 ptr->bmAttributes = ((const uint8_t *)buf)[3];
510 dcap_20->bmAttributes = ((const uint8_t *)buf)[3] |
527 ss_cap->bmAttributes = ((const uint8_t *)buf)[3];
624 desc->bmAttributes =
662 desc->bmAttributes = dev_cap->dev_capability_data[0];
H A Dlibusb20_desc.h231 m(n, UINT8_T, bmAttributes, ) \
259 m(n, UINT8_T, bmAttributes, ) \
277 m(n, UINT8_T, bmAttributes, ) \
286 m(n, UINT32_T, bmAttributes, ) \
294 m(n, UINT8_T, bmAttributes, ) \
426 #define LIBUSB20_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */
430 * \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "endpoint attributes" field.
534 * of the \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "bmAttributes"
555 * \ref LIBUSB20_ENDPOINT_DESC::bmAttributes "bmAttribute
[all...]
H A Dlibusb.h320 uint8_t bmAttributes; member in struct:libusb_endpoint_descriptor
333 uint8_t bmAttributes; member in struct:libusb_ss_endpoint_companion_descriptor
364 uint8_t bmAttributes; member in struct:libusb_config_descriptor
375 uint32_t bmAttributes; member in struct:libusb_usb_2_0_device_capability_descriptor
383 uint8_t bmAttributes; member in struct:libusb_ss_usb_device_capability_descriptor
416 uint32_t bmAttributes; member in struct:libusb_usb_2_0_extension_descriptor
H A Dusb.h106 uint8_t bmAttributes; member in struct:usb_endpoint_descriptor
156 uint8_t bmAttributes; member in struct:usb_config_descriptor
H A Dlibusb01.c360 bep->bmAttributes = aep->desc.bmAttributes;
446 bcfg->bmAttributes = acfg->desc.bmAttributes;
/freebsd-12-stable/sys/dev/usb/
H A Dusb.h339 uDWord bmAttributes; member in struct:usb_devcap_usb2ext_descriptor
353 uByte bmAttributes; member in struct:usb_devcap_ss_descriptor
394 uByte bmAttributes; member in struct:usb_config_descriptor
539 uByte bmAttributes; member in struct:usb_endpoint_descriptor
568 uByte bmAttributes; member in struct:usb_endpoint_ss_comp_descriptor
674 uByte bmAttributes; member in struct:usb_otg_descriptor
H A Dusb_debug.c220 xfer->endpoint->edesc->bmAttributes);
H A Dusb_device.c447 ((ep->edesc->bmAttributes & type_mask) == type_val)) {
461 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) &&
531 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK &&
532 (UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0)) {
722 (cdp->bmAttributes & UC_SELF_POWERED) &&
725 if (cdp->bmAttributes & UC_BUS_POWERED) {
743 udev->address, cdp->bConfigurationValue, cdp->bmAttributes,
1117 et = (ep->edesc->bmAttributes & UE_XFERTYPE);
1837 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL;
2863 return (cdp->bmAttributes
[all...]
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudioreg.h79 uByte bmAttributes; member in struct:__anon15349
116 uByte bmAttributes; member in struct:usb_audio_streaming_endpoint_descriptor
483 uByte bmAttributes; member in struct:usb_audio20_streaming_endpoint_descriptor
497 uByte bmAttributes; member in struct:usb_audio20_feedback_endpoint_descriptor
599 uByte bmAttributes; member in struct:usb_audio20_clock_source_unit
/freebsd-12-stable/usr.sbin/bhyve/
H A Dusb_mouse.c175 .bmAttributes = UC_BUS_POWERED | UC_REMOTE_WAKEUP,
199 .bmAttributes = UE_INTERRUPT,
207 .bmAttributes = 0,
230 .bmAttributes = 0,
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_usbd.c555 pipe->upi_type = UE_GET_XFERTYPE(edesc->bmAttributes);
644 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_CONTROL ||
645 UE_GET_XFERTYPE(ep->bmAttributes) == UE_ISOCHRONOUS) {
647 __func__, UE_GET_XFERTYPE(ep->bmAttributes));
658 cfg.type = UE_GET_XFERTYPE(ep->bmAttributes);
679 if (UE_GET_XFERTYPE(ep->bmAttributes) == UE_BULK)

Completed in 304 milliseconds

12