Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dusbroothub.c153 .bDescriptorType = UDESC_INTERFACE,
213 .bDescriptorType = UDESC_INTERFACE,
H A Dusbdi_util.c453 if (hd->bDescriptorType == UDESC_INTERFACE) in usbd_get_hid_descriptor()
626 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_find_desc_if()
H A Dusb_subr.c375 if (p <= end && d->bDescriptorType == UDESC_INTERFACE) { in usbd_find_idesc()
411 if (p <= end && e->bDescriptorType == UDESC_INTERFACE) in usbd_find_edesc()
461 ed->bDescriptorType == UDESC_INTERFACE) in usbd_fill_iface_data()
467 ed->bDescriptorType == UDESC_INTERFACE ? "iface desc": in usbd_fill_iface_data()
H A Dulpt.c223 if (id->bDescriptorType == UDESC_INTERFACE && in ulpt_attach()
H A Dusb.h143 #define UDESC_INTERFACE 0x04 macro
H A Duvideo.c2416 if (desc->bDescriptorType == UDESC_INTERFACE) { in print_descriptor()
2993 desc->bDescriptorType != UDESC_INTERFACE) in usb_desc_iter_next_interface()
3009 desc->bDescriptorType != UDESC_INTERFACE) in usb_desc_iter_next_non_interface()
H A Dusbdi.c835 d->bDescriptorType == UDESC_INTERFACE && in usbd_get_no_alts()
H A Duhso.c763 || desc->bDescriptorType == UDESC_INTERFACE) { in uhso_mux_attach()
H A Duaudio.c584 if (d->bDescriptorType == UDESC_INTERFACE && in uaudio_find_iface()
H A Dxhci.c3093 UDESC_INTERFACE, USBD_CDCSUBTYPE_ANY); in xhci_setup_maxburst()