Searched refs:UDESC_CS_INTERFACE (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/usb/template/ |
H A D | usb_template_cdce.c | 107 .bDescriptorType = UDESC_CS_INTERFACE, 115 .bDescriptorType = UDESC_CS_INTERFACE, 123 .bDescriptorType = UDESC_CS_INTERFACE,
|
H A D | usb_template_serialnet.c | 123 .bDescriptorType = UDESC_CS_INTERFACE, 131 .bDescriptorType = UDESC_CS_INTERFACE, 139 .bDescriptorType = UDESC_CS_INTERFACE,
|
H A D | usb_template_multi.c | 126 .bDescriptorType = UDESC_CS_INTERFACE, 134 .bDescriptorType = UDESC_CS_INTERFACE, 142 .bDescriptorType = UDESC_CS_INTERFACE,
|
H A D | usb_template.c | 217 (raw[1] == UDESC_CS_INTERFACE) && in usb_make_raw_desc() 244 (raw[1] == UDESC_CS_INTERFACE) && in usb_make_raw_desc()
|
/freebsd/sys/dev/usb/serial/ |
H A D | umodem.c | 362 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_attach() 366 uaa->info.bIfaceIndex, UDESC_CS_INTERFACE, in umodem_attach() 547 cmd = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in umodem_get_caps() 554 cad = umodem_get_desc(uaa, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in umodem_get_caps()
|
H A D | ufoma.c | 1034 cmd = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_CM); in ufoma_modem_setup() 1043 acm = ufoma_get_intconf(cd, id, UDESC_CS_INTERFACE, UDESCSUB_CDC_ACM); in ufoma_modem_setup()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_cdce.c | 342 sc->sc_ifaces_index[1], UDESC_CS_INTERFACE, 0xFF, in cdce_ncm_init() 628 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF); in cdce_attach() 709 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_ENF, 0xFF); in cdce_attach()
|
H A D | if_urndis.c | 241 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_CM, 0xFF); in urndis_attach()
|
H A D | if_umb.c | 438 UDESC_CS_INTERFACE, 0xff, UDESCSUB_CDC_UNION, 0xff); in umb_attach() 444 UDESC_CS_INTERFACE, 0xff, UDESCSUB_MBIM, 0xff); in umb_attach()
|
H A D | uhso.c | 1048 iface->idesc->bInterfaceNumber, UDESC_CS_INTERFACE, 0xff, 0, 0); in uhso_attach_muxserial()
|
/freebsd/sys/dev/usb/ |
H A D | usb.h | 213 #define UDESC_CS_INTERFACE 0x24 macro
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudioreg.h | 48 #define UDESC_CS_INTERFACE 0x24 macro
|
H A D | uaudio.c | 1840 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1865 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 1881 (desc->bDescriptorType == UDESC_CS_INTERFACE) && in uaudio_chan_fill_info_sub() 4063 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) { in uaudio_mixer_verify_desc() 4201 if (u.desc->bDescriptorType != UDESC_CS_INTERFACE) in uaudio20_mixer_verify_desc() 4987 (acdp->bDescriptorType != UDESC_CS_INTERFACE) || in uaudio_mixer_fill_info()
|