Home
last modified time | relevance | path

Searched refs:UDESCSUB_CDC_UNION (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/usb/
H A Dusb_cdc.h45 #define UDESCSUB_CDC_UNION 6 macro
/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template_cdce.c109 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template_serialnet.c126 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template_multi.c129 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template.c220 (raw[2] == UDESCSUB_CDC_UNION)) { in usb_make_raw_desc()
/freebsd-12.1/sys/dev/usb/serial/
H A Dumodem.c365 0xFF, UDESCSUB_CDC_UNION, 0xFF); in umodem_attach()
/freebsd-12.1/sys/dev/usb/net/
H A Dif_cdce.c590 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF); in cdce_attach()