| /freebsd-13.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 | 1536 ed, ed->bLength, ed->bDescriptorType, in uaudio_chan_dump_ep_desc() 1730 if ((desc->bDescriptorType == UDESC_INTERFACE) && in uaudio_chan_fill_info_sub() 1816 msid->bDescriptorType == UDESC_CS_ENDPOINT && in uaudio_chan_fill_info_sub() 1830 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1846 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1875 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in uaudio_chan_fill_info_sub() 1885 (desc->bDescriptorType == UDESC_CS_ENDPOINT) && in uaudio_chan_fill_info_sub() 4026 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) { in uaudio_mixer_verify_desc() 4128 u.desc->bDescriptorType, in uaudio_mixer_verify_desc() 4164 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) in uaudio20_mixer_verify_desc() [all …]
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usb.h | 284 uByte bDescriptorType; member 291 uByte bDescriptorType; member 315 uByte bDescriptorType; member 324 uByte bDescriptorType; member 337 uByte bDescriptorType; member 351 uByte bDescriptorType; member 363 uByte bDescriptorType; member 388 uByte bDescriptorType; member 405 uByte bDescriptorType; member 418 uByte bDescriptorType; member [all …]
|
| H A D | usb_parse.c | 142 if ((id->bDescriptorType == UDESC_INTERFACE) && in usb_idesc_foreach() 207 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_edesc_foreach() 210 if (desc->bDescriptorType == UDESC_ENDPOINT) { in usb_edesc_foreach() 242 if (desc->bDescriptorType == UDESC_INTERFACE) in usb_ed_comp_foreach() 244 if (desc->bDescriptorType == UDESC_ENDPOINT) in usb_ed_comp_foreach() 246 if (desc->bDescriptorType == UDESC_ENDPOINT_SS_COMP) { in usb_ed_comp_foreach() 270 if (desc->bDescriptorType == type) { in usbd_get_no_descriptors() 307 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 | 54 uByte bDescriptorType; member 59 uByte bDescriptorType; member
|
| H A D | usb_hid.c | 91 if ((desc->bDescriptorType == UDESC_HID) && in hid_get_descriptor_from_usb() 95 if (desc->bDescriptorType == UDESC_INTERFACE) { in hid_get_descriptor_from_usb()
|
| H A D | usb_util.c | 219 p->bDescriptorType = UDESC_STRING; in usb_make_str_desc()
|
| H A D | usb_device.c | 1823 udev->ctrl_ep_desc.bDescriptorType = UDESC_ENDPOINT; in usb_alloc_device() 1832 udev->ctrl_ep_comp_desc.bDescriptorType = UDESC_ENDPOINT_SS_COMP; in usb_alloc_device() 2217 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_cdev_create() 2420 if (desc->bDescriptorType == UDESC_INTERFACE) { in usbd_find_descriptor() 2423 if (((desc->bDescriptorType & type_mask) == type) && in usbd_find_descriptor()
|
| /freebsd-13.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 | 301 uint8_t bDescriptorType; member 318 uint8_t bDescriptorType; member 331 uint8_t bDescriptorType; member 339 uint8_t bDescriptorType; member 359 uint8_t bDescriptorType; member 373 uint8_t bDescriptorType; member 381 uint8_t bDescriptorType; member 397 uint8_t bDescriptorType; member 404 uint8_t bDescriptorType; member 414 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-13.1/usr.sbin/bhyve/ |
| H A D | usb_mouse.c | 86 uint8_t bDescriptorType; member 157 .bDescriptorType = UDESC_DEVICE, 172 .bDescriptorType = UDESC_CONFIG, 182 .bDescriptorType = UDESC_INTERFACE, 190 .bDescriptorType = 0x21, 199 .bDescriptorType = UDESC_ENDPOINT, 207 .bDescriptorType = UDESC_ENDPOINT_SS_COMP, 224 .bDescriptorType = UDESC_BOS, 230 .bDescriptorType = UDESC_DEVICE_CAPABILITY,
|
| /freebsd-13.1/sys/dev/usb/template/ |
| H A D | usb_template.c | 323 ed->bDescriptorType = UDESC_ENDPOINT; in usb_make_endpoint_desc() 428 id->bDescriptorType = UDESC_INTERFACE; in usb_make_interface_desc() 485 cd->bDescriptorType = UDESC_CONFIG; in usb_make_config_desc() 548 utd->udd.bDescriptorType = UDESC_DEVICE; in usb_make_device_desc() 568 utd->udq.bDescriptorType = UDESC_DEVICE_QUALIFIER; in usb_make_device_desc() 781 if ((desc->bDescriptorType == UDESC_INTERFACE) && in usb_hw_ep_get_needs() 793 if ((desc->bDescriptorType == UDESC_ENDPOINT) && in usb_hw_ep_get_needs() 937 if (desc->bDescriptorType == UDESC_DEVICE) { in usb_hw_ep_resolve() 987 if (desc->bDescriptorType != UDESC_CONFIG) in usb_hw_ep_resolve() 1070 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-13.1/sys/mips/cavium/usb/ |
| H A D | octusb.c | 1349 .bDescriptorType = UDESC_DEVICE, 1367 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1381 .bDescriptorType = UDESC_CONFIG, 1391 .bDescriptorType = UDESC_INTERFACE, 1399 .bDescriptorType = UDESC_ENDPOINT, 1411 .bDescriptorType = UDESC_HUB,
|
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | avr32dci.c | 1398 .bDescriptorType = UDESC_DEVICE, 1412 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1424 .bDescriptorType = UDESC_CONFIG, 1434 .bDescriptorType = UDESC_INTERFACE, 1442 .bDescriptorType = UDESC_ENDPOINT, 1453 .bDescriptorType = UDESC_HUB,
|
| H A D | uss820dci.c | 1748 .bDescriptorType = UDESC_DEVICE, 1762 .bDescriptorType = UDESC_DEVICE_QUALIFIER, 1774 .bDescriptorType = UDESC_CONFIG, 1784 .bDescriptorType = UDESC_INTERFACE, 1793 .bDescriptorType = UDESC_ENDPOINT, 1804 .bDescriptorType = UDESC_HUB,
|
| H A D | atmegadci.c | 1465 .bDescriptorType = UDESC_DEVICE, 1480 .bDescriptorType = UDESC_CONFIG, 1490 .bDescriptorType = UDESC_INTERFACE, 1498 .bDescriptorType = UDESC_ENDPOINT, 1509 .bDescriptorType = UDESC_HUB,
|
| H A D | xhci.c | 3174 .bDescriptorType = UDESC_DEVICE, /* type */ 3193 .bDescriptorType = UDESC_BOS, 3199 .bDescriptorType = 1, 3205 .bDescriptorType = UDESC_DEVICE_CAPABILITY, 3215 .bDescriptorType = 1, 3226 .bDescriptorType = UDESC_CONFIG, 3236 .bDescriptorType = UDESC_INTERFACE, 3244 .bDescriptorType = UDESC_ENDPOINT, 3252 .bDescriptorType = UDESC_ENDPOINT_SS_COMP, 3261 .bDescriptorType = UDESC_SS_HUB,
|
| /freebsd-13.1/sys/dev/usb/serial/ |
| H A D | ufoma.c | 113 uint8_t bDescriptorType; member 524 if (desc->bDescriptorType == UDESC_INTERFACE) { in ufoma_get_intconf() 527 if ((desc->bDescriptorType == type) && in ufoma_get_intconf()
|