Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/
H A Dusb_cdc.h44 #define UDESCSUB_CDC_UNION 6 macro
/freebsd-14.2/sys/dev/usb/template/
H A Dusb_template_cdce.c108 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template_serialnet.c124 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template_multi.c127 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
H A Dusb_template.c218 (raw[2] == UDESCSUB_CDC_UNION)) { in usb_make_raw_desc()
/freebsd-14.2/sys/dev/usb/serial/
H A Dumodem.c367 0xFF, UDESCSUB_CDC_UNION, 0xFF); in umodem_attach()
/freebsd-14.2/sys/dev/usb/net/
H A Dif_cdce.c628 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF); in cdce_attach()