Searched refs:eth_union_desc (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template_cdce.c106 static const struct usb_cdc_union_descriptor eth_union_desc = { variable in typeref:struct:usb_cdc_union_descriptor
107 .bLength = sizeof(eth_union_desc),
134 &eth_union_desc,
H A Dusb_template_serialnet.c123 static const struct usb_cdc_union_descriptor eth_union_desc = { variable in typeref:struct:usb_cdc_union_descriptor
124 .bLength = sizeof(eth_union_desc),
151 &eth_union_desc,
H A Dusb_template_multi.c126 static const struct usb_cdc_union_descriptor eth_union_desc = { variable in typeref:struct:usb_cdc_union_descriptor
127 .bLength = sizeof(eth_union_desc),
154 &eth_union_desc,

Completed in 78 milliseconds