Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dusbroothub.c157 .bDescriptorType = UDESC_INTERFACE,
235 .bDescriptorType = UDESC_INTERFACE,
267 .bDescriptorType = UDESC_INTERFACE,
H A Dusbdi_util.c609 if (hd->bDescriptorType == UDESC_INTERFACE) in usbd_get_hid_descriptor()
768 desc->bDescriptorType != UDESC_INTERFACE) { in usb_desc_iter_next_interface()
775 KASSERT(desc->bDescriptorType == UDESC_INTERFACE); in usb_desc_iter_next_interface()
789 desc->bDescriptorType != UDESC_INTERFACE) { in usb_desc_iter_next_non_interface()
837 if (desc->bDescriptorType == UDESC_INTERFACE) { in usb_find_desc_if()
H A Dusb_quirks.c79 /* bDescriptorType */ UDESC_INTERFACE,
H A Dusb_subr.c343 if (desc->bDescriptorType != UDESC_INTERFACE) in usbd_find_idesc()
390 if (desc->bDescriptorType == UDESC_INTERFACE) in usbd_find_edesc()
576 } else if (desc->bDescriptorType == UDESC_INTERFACE) { in usbd_fill_iface_data()
H A Dulpt.c227 if (id->bDescriptorType == UDESC_INTERFACE && in ulpt_attach()
H A Dusb.h144 #define UDESC_INTERFACE 0x04 macro
H A Dusbdi.c990 if (desc->bDescriptorType != UDESC_INTERFACE) in usbd_get_no_alts()
H A Duhso.c764 || desc->bDescriptorType == UDESC_INTERFACE) { in uhso_mux_attach()
H A Duaudio.c655 if (d->bDescriptorType == UDESC_INTERFACE && in uaudio_find_iface()
2206 case UDESC_INTERFACE: in uaudio_process_as()
H A Duvideo.c2581 if (desc->bDescriptorType == UDESC_INTERFACE) { in print_descriptor()
H A Dif_umb.c347 if (desc->bDescriptorType == UDESC_INTERFACE) { in umb_attach()
H A Dxhci.c3818 UDESC_INTERFACE, USBD_CDCSUBTYPE_ANY); in xhci_get_essc_desc()