Searched refs:UDESCSUB_CDC_UNION (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_cdc.h | 44 #define UDESCSUB_CDC_UNION 6 macro
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template_cdce.c | 108 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
|
H A D | usb_template_serialnet.c | 123 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
|
H A D | usb_template_multi.c | 126 .bDescriptorSubtype = UDESCSUB_CDC_UNION,
|
H A D | usb_template.c | 218 (raw[2] == UDESCSUB_CDC_UNION)) { in usb_make_raw_desc()
|
/freebsd/sys/dev/usb/serial/ |
H A D | umodem.c | 366 0xFF, UDESCSUB_CDC_UNION, 0xFF); in umodem_attach()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_cdce.c | 627 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_UNION, 0xFF); in cdce_attach()
|
H A D | if_umb.c | 438 UDESC_CS_INTERFACE, 0xff, UDESCSUB_CDC_UNION, 0xff); in umb_attach()
|