Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/
H A Dusb_cdc.h54 #define UDESCSUB_CDC_ENF 15 macro
/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template_cdce.c125 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
H A Dusb_template_serialnet.c142 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
H A Dusb_template_multi.c145 .bDescriptorSubtype = UDESCSUB_CDC_ENF,
/freebsd-12.1/sys/dev/usb/net/
H A Dif_cdce.c674 UDESC_CS_INTERFACE, 0xFF, UDESCSUB_CDC_ENF, 0xFF); in cdce_attach()