/freebsd/sys/dev/usb/template/ |
H A D | usb_template_multi.c | 175 .bmAttributes = UE_BULK, 185 .bmAttributes = UE_BULK, 191 .bmAttributes = UE_INTERRUPT, 253 .bmAttributes = UE_INTERRUPT, 259 .bmAttributes = UE_BULK, 265 .bmAttributes = UE_BULK, 332 .bmAttributes = UE_BULK, 342 .bmAttributes = UE_BULK, 371 .bmAttributes = 0,
|
H A D | usb_template_serialnet.c | 172 .bmAttributes = UE_BULK, 182 .bmAttributes = UE_BULK, 188 .bmAttributes = UE_INTERRUPT, 250 .bmAttributes = UE_INTERRUPT, 256 .bmAttributes = UE_BULK, 262 .bmAttributes = UE_BULK, 328 .bmAttributes = 0,
|
H A D | usb_template_mtp.c | 125 .bmAttributes = UE_BULK, 131 .bmAttributes = UE_INTERRUPT, 141 .bmAttributes = UE_BULK, 166 .bmAttributes = 0,
|
H A D | usb_template_modem.c | 125 .bmAttributes = UE_INTERRUPT, 131 .bmAttributes = UE_BULK, 137 .bmAttributes = UE_BULK, 200 .bmAttributes = 0,
|
H A D | usb_template_cdce.c | 156 .bmAttributes = UE_BULK, 166 .bmAttributes = UE_BULK, 172 .bmAttributes = UE_INTERRUPT, 221 .bmAttributes = 0,
|
H A D | usb_template_cdceem.c | 111 .bmAttributes = UE_BULK, 121 .bmAttributes = UE_BULK, 145 .bmAttributes = 0,
|
H A D | usb_template_msc.c | 110 .bmAttributes = UE_BULK, 120 .bmAttributes = UE_BULK, 144 .bmAttributes = 0,
|
H A D | usb_template.c | 280 et = (ted->bmAttributes & UE_XFERTYPE); in usb_make_endpoint_desc() 324 ed->bmAttributes = ted->bmAttributes; in usb_make_endpoint_desc() 489 cd->bmAttributes = tcd->bmAttributes; in usb_make_config_desc() 493 cd->bmAttributes |= UC_REMOTE_WAKEUP; in usb_make_config_desc() 495 cd->bmAttributes |= UC_BUS_POWERED; in usb_make_config_desc() 496 cd->bmAttributes &= ~UC_SELF_POWERED; in usb_make_config_desc() 498 cd->bmAttributes &= ~UC_BUS_POWERED; in usb_make_config_desc() 499 cd->bmAttributes |= UC_SELF_POWERED; in usb_make_config_desc() 803 temp = (ed->bmAttributes & UE_XFERTYPE); in usb_hw_ep_get_needs()
|
H A D | usb_template_midi.c | 130 .bmAttributes = UE_BULK, 146 .bmAttributes = UE_BULK, 201 .bmAttributes = 0,
|
H A D | usb_template_phone.c | 212 .bmAttributes = UE_ISOCHRONOUS, 269 .bmAttributes = UE_ISOCHRONOUS, 320 .bmAttributes = UE_INTERRUPT, 349 .bmAttributes = 0,
|
H A D | usb_template.h | 64 uint8_t bmAttributes; member 79 uint8_t bmAttributes; member
|
H A D | usb_template_audio.c | 257 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT, 315 .bmAttributes = UE_ISOCHRONOUS | UE_ISO_ADAPT, 353 .bmAttributes = 0,
|
H A D | usb_template_kbd.c | 125 .bmAttributes = UE_INTERRUPT, 159 .bmAttributes = 0,
|
H A D | usb_template_mouse.c | 123 .bmAttributes = UE_INTERRUPT, 157 .bmAttributes = 0,
|
/freebsd/lib/libusb/ |
H A D | libusb10_desc.c | 188 pconfd->bmAttributes = pconf->desc.bmAttributes; in libusb_get_config_descriptor() 243 endd->bmAttributes = pend->desc.bmAttributes; in libusb_get_config_descriptor() 389 ptr->bmAttributes = ((const uint8_t *)buf)[3]; in libusb_parse_ss_endpoint_comp() 509 dcap_20->bmAttributes = ((const uint8_t *)buf)[3] | in libusb_parse_bos_descriptor() 526 ss_cap->bmAttributes = ((const uint8_t *)buf)[3]; in libusb_parse_bos_descriptor() 623 desc->bmAttributes = in libusb_get_usb_2_0_extension_descriptor() 661 desc->bmAttributes = dev_cap->dev_capability_data[0]; in libusb_get_ss_usb_device_capability_descriptor()
|
H A D | libusb.h | 334 uint8_t bmAttributes; member 347 uint8_t bmAttributes; member 378 uint8_t bmAttributes; member 389 uint32_t bmAttributes; member 397 uint8_t bmAttributes; member 430 uint32_t bmAttributes; member
|
H A D | libusb20_desc.h | 230 m(n, UINT8_T, bmAttributes, ) \ 258 m(n, UINT8_T, bmAttributes, ) \ 276 m(n, UINT8_T, bmAttributes, ) \ 285 m(n, UINT32_T, bmAttributes, ) \ 293 m(n, UINT8_T, bmAttributes, ) \
|
H A D | usb.h | 105 uint8_t bmAttributes; member 155 uint8_t bmAttributes; member
|
H A D | libusb01.c | 359 bep->bmAttributes = aep->desc.bmAttributes; in usb_parse_endpoint() 445 bcfg->bmAttributes = acfg->desc.bmAttributes; in usb_parse_config()
|
/freebsd/sys/dev/usb/ |
H A D | usb.h | 339 uDWord bmAttributes; member 353 uByte bmAttributes; member 394 uByte bmAttributes; member 540 uByte bmAttributes; member 569 uByte bmAttributes; member 675 uByte bmAttributes; member
|
H A D | usb_device.c | 444 ((ep->edesc->bmAttributes & type_mask) == type_val)) { in usbd_get_endpoint() 458 ((udev->ctrl_ep.edesc->bmAttributes & type_mask) == type_val) && in usbd_get_endpoint() 528 (edesc->bmAttributes & UE_XFERTYPE) == UE_BULK && in usb_init_endpoint() 529 (UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0)) { in usb_init_endpoint() 719 (cdp->bmAttributes & UC_SELF_POWERED) && in usbd_set_config_index() 722 if (cdp->bmAttributes & UC_BUS_POWERED) { in usbd_set_config_index() 740 udev->address, cdp->bConfigurationValue, cdp->bmAttributes, in usbd_set_config_index() 1128 et = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_set_endpoint_stall() 1840 udev->ctrl_ep_desc.bmAttributes = UE_CONTROL; in usb_alloc_device() 2868 return (cdp->bmAttributes & UC_REMOTE_WAKEUP); in usb_peer_can_wakeup()
|
H A D | usb_transfer.c | 390 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_get_max_frame_length() 428 ecomp->bmAttributes) + 1; in usbd_get_max_frame_length() 487 type = (edesc->bmAttributes & UE_XFERTYPE); in usbd_transfer_setup_sub() 538 ecomp->bmAttributes) + 1; in usbd_transfer_setup_sub() 2643 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done() 2646 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done() 2649 [xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++; in usbd_transfer_done() 2834 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start() 2897 type = (ep->edesc->bmAttributes & UE_XFERTYPE); in usbd_pipe_start()
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudioreg.h | 78 uByte bmAttributes; member 115 uByte bmAttributes; member 481 uByte bmAttributes; member 495 uByte bmAttributes; member 597 uByte bmAttributes; member
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | usb.c | 839 if (ATH10K_USB_IS_BULK_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 846 } else if (ATH10K_USB_IS_INT_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 854 } else if (ATH10K_USB_IS_ISOC_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 887 if (ATH10K_USB_IS_BULK_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 897 } else if (ATH10K_USB_IS_INT_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources() 907 } else if (ATH10K_USB_IS_ISOC_EP(endpoint->bmAttributes)) { in ath10k_usb_setup_pipe_resources()
|
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 175 .bmAttributes = UC_BUS_POWERED | UC_REMOTE_WAKEUP, 199 .bmAttributes = UE_INTERRUPT, 207 .bmAttributes = 0, 230 .bmAttributes = 0,
|