Home
last modified time | relevance | path

Searched refs:UDESCSUB_CDC_ENF (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_cdc.h53 #define UDESCSUB_CDC_ENF 15 macro
/freebsd/sys/dev/usb/template/
H A Dusb_template_cdce.c124 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
H A Dusb_template_serialnet.c140 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
H A Dusb_template_multi.c143 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
/freebsd/sys/dev/usb/net/
H A Dif_cdce.c709 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_ENF, 0xFF); in cdce_attach()