| /openbsd-src/sys/dev/usb/ |
| H A D | uvideo.h | 159 uByte bDescriptorType; member 175 uByte bDescriptorType; member 186 uByte bDescriptorType; member 198 uByte bDescriptorType; member 214 uByte bDescriptorType; member 228 uByte bDescriptorType; member 239 uByte bDescriptorType; member 247 uByte bDescriptorType; member 268 uByte bDescriptorType; member 418 uByte bDescriptorType; 338 uByte bDescriptorType; global() member 353 uByte bDescriptorType; global() member 373 uByte bDescriptorType; global() member 391 uByte bDescriptorType; global() member [all...] |
| H A D | usbcdc.h | 58 uByte bDescriptorType; member 65 uByte bDescriptorType; member 75 uByte bDescriptorType; member 86 uByte bDescriptorType; member 94 uByte bDescriptorType; member
|
| H A D | usb.h | 172 uByte bDescriptorType; member 179 uByte bDescriptorType; member 199 uByte bDescriptorType; member 216 uByte bDescriptorType; member 230 uByte bDescriptorType; member 243 uByte bDescriptorType; member 273 uByte bDescriptorType; member 296 uByte bDescriptorType; member 346 uByte bDescriptorType; member 376 uByte bDescriptorType; member [all …]
|
| H A D | umidireg.h | 43 uByte bDescriptorType; member 52 uByte bDescriptorType; member 60 uByte bDescriptorType; member
|
| H A D | usbhid.h | 55 uByte bDescriptorType; member 60 uByte bDescriptorType; member
|
| H A D | uvideo.c | 528 if (desc->bDescriptorType != UDESC_IFACE_ASSOC) { in uvideo_attach() 672 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vc_parse_desc() 681 if (desc->bDescriptorType == UDESC_IFACE_ASSOC) in uvideo_vc_parse_desc() 683 if (desc->bDescriptorType != UDESC_CS_INTERFACE) { in uvideo_vc_parse_desc() 886 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc() 895 if (desc->bDescriptorType == UDESC_IFACE_ASSOC) in uvideo_vs_parse_desc() 897 if (desc->bDescriptorType != UDESC_CS_INTERFACE) { in uvideo_vs_parse_desc() 989 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc_format() 998 if (desc->bDescriptorType == UDESC_IFACE_ASSOC) in uvideo_vs_parse_desc_format() 1000 if (desc->bDescriptorType ! in uvideo_vs_parse_desc_format() [all...] |
| H A D | usb_subr.c | 421 d->bLength, d->bDescriptorType)); in usbd_find_idesc() 425 if (p <= end && d->bDescriptorType == UDESC_INTERFACE) { in usbd_find_idesc() 461 if (p <= end && e->bDescriptorType == UDESC_INTERFACE) in usbd_find_edesc() 463 if (p <= end && e->bDescriptorType == UDESC_ENDPOINT) { in usbd_find_edesc() 526 ed->bDescriptorType == UDESC_ENDPOINT) in usbd_parse_idesc() 530 ed->bDescriptorType == UDESC_INTERFACE) in usbd_parse_idesc() 603 if (err || cd.bDescriptorType != UDESC_CONFIG) in usbd_set_config_no() 650 if (cd.bDescriptorType != UDESC_CONFIG) in usbd_set_config_index() 666 if (cdp->bDescriptorType != UDESC_CONFIG) { in usbd_set_config_index() 668 cdp->bDescriptorType)); in usbd_set_config_index() [all …]
|
| H A D | usbdi_util.c | 220 if (p + hd->bLength <= end && hd->bDescriptorType == UDESC_HID) in usbd_get_hid_descriptor() 222 if (hd->bDescriptorType == UDESC_INTERFACE) in usbd_get_hid_descriptor()
|
| H A D | umidi.c | 540 if (!(desc->bDescriptorType==UDESC_CS_INTERFACE && in alloc_all_endpoints_yamaha() 551 if (desc->bDescriptorType==UDESC_CS_INTERFACE && in alloc_all_endpoints_yamaha() 637 if (desc->bDescriptorType==UDESC_ENDPOINT && in alloc_all_endpoints_genuine() 642 } else if (desc->bDescriptorType==UDESC_CS_ENDPOINT && in alloc_all_endpoints_genuine()
|
| H A D | umodem.c | 164 if (desc->bDescriptorType == UDESC_INTERFACE) { in umodem_get_caps() 174 desc->bDescriptorType == UDESC_CS_INTERFACE) { in umodem_get_caps()
|
| H A D | mbim.h | 592 uByte bDescriptorType; member
|
| H A D | utvfu.c | 887 switch (ud->bDescriptorType) { in utvfu_match() 985 if (ud->bDescriptorType != UDESC_INTERFACE) in utvfu_parse_desc() 1008 if (ud->bDescriptorType != UDESC_ENDPOINT) in utvfu_parse_desc()
|
| H A D | usbdi.c | 710 d->bDescriptorType == UDESC_INTERFACE && in usbd_get_no_alts() 1120 p->bDescriptorType = UDESC_STRING; in usbd_str()
|
| H A D | ulpt.c | 240 if (id->bDescriptorType == UDESC_INTERFACE && in ulpt_attach()
|
| H A D | if_cdce.c | 179 if (desc->bDescriptorType != UDESC_CS_INTERFACE) { in cdce_attach()
|
| H A D | uhidev.c | 185 ed->bLength, ed->bDescriptorType, in uhidev_attach()
|
| H A D | if_umb.c | 428 if (desc->bDescriptorType == UDESC_IFACE_ASSOC) { in umb_attach() 435 if (desc->bDescriptorType == UDESC_INTERFACE) { in umb_attach() 442 if (desc->bDescriptorType != UDESC_CS_INTERFACE) in umb_attach()
|
| H A D | xhci.c | 2511 ((usb_config_descriptor_t *)buf)->bDescriptorType = in xhci_root_ctrl_start()
|
| H A D | ehci.c | 1876 ((usb_config_descriptor_t *)buf)->bDescriptorType = in ehci_root_ctrl_start()
|
| /openbsd-src/sys/dev/usb/dwc2/ |
| H A D | dwc2.c | 546 .bDescriptorType = UDESC_DEVICE, 567 .bDescriptorType = UDESC_CONFIG, 577 .bDescriptorType = UDESC_INTERFACE, 588 .bDescriptorType = UDESC_ENDPOINT,
|
| H A D | dwc2_hcd.c | 3588 hub_desc->bDescriptorType = USB_DT_HUB; in dwc2_hcd_hub_control()
|