Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/template/
Dusb_template_cdce.c108 .bDescriptorType = UDESC_CS_INTERFACE,
116 .bDescriptorType = UDESC_CS_INTERFACE,
124 .bDescriptorType = UDESC_CS_INTERFACE,
Dusb_template_serialnet.c125 .bDescriptorType = UDESC_CS_INTERFACE,
133 .bDescriptorType = UDESC_CS_INTERFACE,
141 .bDescriptorType = UDESC_CS_INTERFACE,
Dusb_template_multi.c128 .bDescriptorType = UDESC_CS_INTERFACE,
136 .bDescriptorType = UDESC_CS_INTERFACE,
144 .bDescriptorType = UDESC_CS_INTERFACE,
Dusb_template.c219 (raw[1] == UDESC_CS_INTERFACE) && in usb_make_raw_desc()
246 (raw[1] == UDESC_CS_INTERFACE) && in usb_make_raw_desc()
/freebsd-12-stable/sys/dev/usb/serial/
Dumodem.c363 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_attach()
368 uaa->info.bIfaceIndex, UDESC_CS_INTERFACE, in umodem_attach()
551 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_get_caps()
558 cad = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in umodem_get_caps()
Dufoma.c1042 cmd = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in ufoma_modem_setup()
1051 acm = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in ufoma_modem_setup()
/freebsd-12-stable/sys/dev/usb/net/
Dif_cdce.c337 sc->sc_ifaces_index[1], UDESC_CS_INTERFACE, 0xFF, in cdce_ncm_init()
591 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF); in cdce_attach()
675 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_ENF, 0xFF); in cdce_attach()
Dif_urndis.c244 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_CM, 0xFF); in urndis_attach()
Duhso.c1049 iface->idesc->bInterfaceNumber, UDESC_CS_INTERFACE, 0xff, 0, 0); in uhso_attach_muxserial()
/freebsd-12-stable/sys/dev/usb/
Dusb.h213 #define UDESC_CS_INTERFACE 0x24 macro
/freebsd-12-stable/sys/dev/sound/usb/
Duaudioreg.h49 #define UDESC_CS_INTERFACE 0x24 macro
Duaudio.c1812 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub()
1837 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub()
1853 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub()
4047 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) { in uaudio_mixer_verify_desc()
4185 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) in uaudio20_mixer_verify_desc()
4975 (acdp->bDescriptorType != UDESC_CS_INTERFACE) || in uaudio_mixer_fill_info()