| /freebsd-12.1/sys/dev/sound/usb/ |
| H A D | uaudioreg.h | 77 uByte bDescriptorType; member 95 uByte bDescriptorType; member 105 uByte bDescriptorType; member 114 uByte bDescriptorType; member 126 uByte bDescriptorType; member 133 uByte bDescriptorType; member 170 uByte bDescriptorType; member 178 uByte bDescriptorType; member 192 uByte bDescriptorType; member 204 uByte bDescriptorType; member [all …]
|
| H A D | uaudio.c | 1467 ed, ed->bLength, ed->bDescriptorType, in uaudio_chan_dump_ep_desc() 1647 if ((desc->bDescriptorType == UDESC_INTERFACE) && in uaudio_chan_fill_info_sub() 1735 msid->bDescriptorType == UDESC_CS_ENDPOINT && in uaudio_chan_fill_info_sub() 1749 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1765 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1794 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in uaudio_chan_fill_info_sub() 1804 (desc->bDescriptorType == UDESC_CS_ENDPOINT) && in uaudio_chan_fill_info_sub() 3923 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) { in uaudio_mixer_verify_desc() 4025 u.desc->bDescriptorType, in uaudio_mixer_verify_desc() 4061 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) in uaudio20_mixer_verify_desc() [all …]
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb.h | 279 uByte bDescriptorType; member 286 uByte bDescriptorType; member 310 uByte bDescriptorType; member 319 uByte bDescriptorType; member 332 uByte bDescriptorType; member 346 uByte bDescriptorType; member 358 uByte bDescriptorType; member 383 uByte bDescriptorType; member 400 uByte bDescriptorType; member 413 uByte bDescriptorType; member [all …]
|
| H A D | usb_parse.c | 142 if ((id->bDescriptorType == UDESC_INTERFACE) && in usb_idesc_foreach() 195 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_edesc_foreach() 198 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach() 230 if (desc->bDescriptorType == UDESC_INTERFACE) in usb_ed_comp_foreach() 232 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach() 234 if (desc->bDescriptorType == UDESC_ENDPOINT_SS_COMP) { in usb_ed_comp_foreach() 258 if (desc->bDescriptorType == type) { in usbd_get_no_descriptors() 295 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usbd_get_no_alts()
|
| H A D | usb_cdc.h | 59 uByte bDescriptorType; member 66 uByte bDescriptorType; member 76 uByte bDescriptorType; member 87 uByte bDescriptorType; member 95 uByte bDescriptorType; member 237 uByte bDescriptorType; member
|
| H A D | usbhid.h | 52 uByte bDescriptorType; member 57 uByte bDescriptorType; member
|
| H A D | usb_util.c | 219 p->bDescriptorType = UDESC_STRING; in usb_make_str_desc()
|
| H A D | usb_hid.c | 788 if ((desc->bDescriptorType == UDESC_HID) && in hid_get_descriptor_from_usb() 792 if (desc->bDescriptorType == UDESC_INTERFACE) { in hid_get_descriptor_from_usb()
|
| H A D | usb_device.c | 1753 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device() 1762 udev->ctrl_ep_comp_desc.bDescriptorType = UDESC_ENDPOINT_SS_COMP; in usb_alloc_device() 2209 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create() 2413 if (desc->bDescriptorType == UDESC_INTERFACE) { in usbd_find_descriptor() 2416 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor()
|
| /freebsd-12.1/lib/libusb/ |
| H A D | libusb10_desc.c | 65 desc->bDescriptorType = pdesc->bDescriptorType; in libusb_get_device_descriptor() 184 pconfd->bDescriptorType = pconf->desc.bDescriptorType; in libusb_get_config_descriptor() 224 ifd->bDescriptorType = pinf->desc.bDescriptorType; in libusb_get_config_descriptor() 242 endd->bDescriptorType = pend->desc.bDescriptorType; in libusb_get_config_descriptor() 388 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp() 471 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor() 508 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor() 525 ss_cap->bDescriptorType = dtype; in libusb_parse_bos_descriptor() 622 desc->bDescriptorType = dev_cap->bDescriptorType; in libusb_get_usb_2_0_extension_descriptor() 660 desc->bDescriptorType = dev_cap->bDescriptorType; in libusb_get_ss_usb_device_capability_descriptor() [all …]
|
| H A D | usb.h | 76 uint8_t bDescriptorType; member 82 uint8_t bDescriptorType; member 89 uint8_t bDescriptorType; member 102 uint8_t bDescriptorType; member 125 uint8_t bDescriptorType; member 151 uint8_t bDescriptorType; member 168 uint8_t bDescriptorType; member
|
| H A D | libusb.h | 285 uint8_t bDescriptorType; member 302 uint8_t bDescriptorType; member 315 uint8_t bDescriptorType; member 323 uint8_t bDescriptorType; member 343 uint8_t bDescriptorType; member 357 uint8_t bDescriptorType; member 365 uint8_t bDescriptorType; member 381 uint8_t bDescriptorType; member 388 uint8_t bDescriptorType; member 398 uint8_t bDescriptorType; member [all …]
|
| H A D | libusb20_desc.h | 211 m(n, UINT8_T, bDescriptorType, ) \ 229 m(n, UINT8_T, bDescriptorType, ) \ 241 m(n, UINT8_T, bDescriptorType, ) \ 254 m(n, UINT8_T, bDescriptorType, ) \ 275 m(n, UINT8_T, bDescriptorType, ) \ 284 m(n, UINT8_T, bDescriptorType, ) \ 292 m(n, UINT8_T, bDescriptorType, ) \ 304 m(n, UINT8_T, bDescriptorType, ) \
|
| H A D | libusb01.c | 358 bep->bDescriptorType = aep->desc.bDescriptorType; in usb_parse_endpoint() 384 bifc->bDescriptorType = aifc->desc.bDescriptorType; in usb_parse_iface_sub() 441 bcfg->bDescriptorType = acfg->desc.bDescriptorType; in usb_parse_config() 929 udev->descriptor.bDescriptorType = ddesc->bDescriptorType; in usb_find_devices()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | usb_mouse.c | 83 uint8_t bDescriptorType; member 154 .bDescriptorType = UDESC_DEVICE, 169 .bDescriptorType = UDESC_CONFIG, 179 .bDescriptorType = UDESC_INTERFACE, 187 .bDescriptorType = 0x21, 196 .bDescriptorType = UDESC_ENDPOINT, 204 .bDescriptorType = UDESC_ENDPOINT_SS_COMP, 221 .bDescriptorType = UDESC_BOS, 227 .bDescriptorType = UDESC_DEVICE_CAPABILITY,
|
| /freebsd-12.1/sys/dev/usb/template/ |
| H A D | usb_template.c | 324 ed->bDescriptorType = UDESC_ENDPOINT; in usb_make_endpoint_desc() 429 id->bDescriptorType = UDESC_INTERFACE; in usb_make_interface_desc() 486 cd->bDescriptorType = UDESC_CONFIG; in usb_make_config_desc() 549 utd->udd.bDescriptorType = UDESC_DEVICE; in usb_make_device_desc() 569 utd->udq.bDescriptorType = UDESC_DEVICE_QUALIFIER; in usb_make_device_desc() 784 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usb_hw_ep_get_needs() 797 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_hw_ep_get_needs() 946 if (desc->bDescriptorType == UDESC_DEVICE) { in usb_hw_ep_resolve() 997 if (desc->bDescriptorType != UDESC_CONFIG) in usb_hw_ep_resolve() 1082 if (dd->bDescriptorType != UDESC_DEVICE) { in usb_temp_get_device_desc() [all …]
|
| H A D | usb_template_cdce.c | 108 .bDescriptorType = UDESC_CS_INTERFACE, 116 .bDescriptorType = UDESC_CS_INTERFACE, 124 .bDescriptorType = UDESC_CS_INTERFACE,
|
| H A D | usb_template_serialnet.c | 125 .bDescriptorType = UDESC_CS_INTERFACE, 133 .bDescriptorType = UDESC_CS_INTERFACE, 141 .bDescriptorType = UDESC_CS_INTERFACE,
|
| H A D | usb_template_multi.c | 128 .bDescriptorType = UDESC_CS_INTERFACE, 136 .bDescriptorType = UDESC_CS_INTERFACE, 144 .bDescriptorType = UDESC_CS_INTERFACE,
|
| /freebsd-12.1/sys/dev/usb/controller/ |
| H A D | avr32dci.c | 1448 .bDescriptorType = UDESC_DEVICE, 1462 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1474 .bDescriptorType = UDESC_CONFIG, 1484 .bDescriptorType = UDESC_INTERFACE, 1492 .bDescriptorType = UDESC_ENDPOINT, 1504 .bDescriptorType = UDESC_HUB,
|
| H A D | uss820dci.c | 1798 .bDescriptorType = UDESC_DEVICE, 1812 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1824 .bDescriptorType = UDESC_CONFIG, 1834 .bDescriptorType = UDESC_INTERFACE, 1843 .bDescriptorType = UDESC_ENDPOINT, 1855 .bDescriptorType = UDESC_HUB,
|
| H A D | atmegadci.c | 1519 .bDescriptorType = UDESC_DEVICE, 1534 .bDescriptorType = UDESC_CONFIG, 1544 .bDescriptorType = UDESC_INTERFACE, 1552 .bDescriptorType = UDESC_ENDPOINT, 1564 .bDescriptorType = UDESC_HUB,
|
| H A D | xhci.c | 3207 .bDescriptorType = UDESC_DEVICE, /* type */ 3226 .bDescriptorType = UDESC_BOS, 3232 .bDescriptorType = 1, 3238 .bDescriptorType = UDESC_DEVICE_CAPABILITY, 3248 .bDescriptorType = 1, 3259 .bDescriptorType = UDESC_CONFIG, 3269 .bDescriptorType = UDESC_INTERFACE, 3277 .bDescriptorType = UDESC_ENDPOINT, 3285 .bDescriptorType = UDESC_ENDPOINT_SS_COMP, 3294 .bDescriptorType = UDESC_SS_HUB,
|
| /freebsd-12.1/sys/mips/cavium/usb/ |
| H A D | octusb.c | 1360 .bDescriptorType = UDESC_DEVICE, 1378 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1392 .bDescriptorType = UDESC_CONFIG, 1402 .bDescriptorType = UDESC_INTERFACE, 1410 .bDescriptorType = UDESC_ENDPOINT, 1422 .bDescriptorType = UDESC_HUB,
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | ufoma.c | 114 uint8_t bDescriptorType; member 528 if (desc->bDescriptorType == UDESC_INTERFACE) { in ufoma_get_intconf() 531 if ((desc->bDescriptorType == type) && in ufoma_get_intconf()
|