Home
last modified time | relevance | path

Searched refs:UDESC_INTERFACE (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-usbpcap.c148 case UDESC_INTERFACE: in usbpcap_print_descriptor()
/openbsd-src/sys/dev/usb/
H A Dusbdi_util.c222 if (hd->bDescriptorType == UDESC_INTERFACE) in usbd_get_hid_descriptor()
H A Duvideo.c672 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vc_parse_desc()
886 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc()
989 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc_format()
1148 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc_frame_sub()
1248 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_parse_desc_alt()
1263 if (desc->bDescriptorType != UDESC_INTERFACE) in uvideo_vs_parse_desc_alt()
1343 if (desc->bDescriptorType == UDESC_INTERFACE) { in uvideo_vs_set_alt()
1355 if (desc->bDescriptorType != UDESC_INTERFACE)
2560 case UDESC_INTERFACE: in uvideo_dump_desc_output()
2561 printf(" (UDESC_INTERFACE)\ in uvideo_dump_desc_output()
[all...]
H A Dusb_subr.c425 if (p <= end && d->bDescriptorType == UDESC_INTERFACE) { in usbd_find_idesc()
461 if (p <= end && e->bDescriptorType == UDESC_INTERFACE) in usbd_find_edesc()
530 ed->bDescriptorType == UDESC_INTERFACE) in usbd_parse_idesc()
H A Dusb.h135 #define UDESC_INTERFACE 0x04 macro
H A Dumodem.c164 if (desc->bDescriptorType == UDESC_INTERFACE) { in umodem_get_caps()
H A Dulpt.c240 if (id->bDescriptorType == UDESC_INTERFACE && in ulpt_attach()
H A Dutvfu.c890 case UDESC_INTERFACE: in utvfu_match()
985 if (ud->bDescriptorType != UDESC_INTERFACE) in utvfu_parse_desc()
H A Dusbdi.c710 d->bDescriptorType == UDESC_INTERFACE && in usbd_get_no_alts()
H A Dohci.c2220 UDESC_INTERFACE,
H A Dxhci.c2290 UDESC_INTERFACE, in xhci_abort_xfer()
H A Dif_umb.c435 if (desc->bDescriptorType == UDESC_INTERFACE) { in umb_attach()
H A Duhci.c2733 UDESC_INTERFACE,
H A Duaudio.c2781 if (type != UDESC_INTERFACE)
H A Dehci.c1747 UDESC_INTERFACE,
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2.c577 .bDescriptorType = UDESC_INTERFACE,