Home
last modified time | relevance | path

Searched refs:usb_cdc_union_descriptor (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/u4b/template/
H A Dusb_template_cdce.c108 static const struct usb_cdc_union_descriptor eth_union_desc = {
H A Dusb_template_serialnet.c122 static const struct usb_cdc_union_descriptor eth_union_desc = {
H A Dusb_template.c135 if ((raw[0] >= sizeof(struct usb_cdc_union_descriptor)) && in usb_make_raw_desc()
138 struct usb_cdc_union_descriptor *ud = (void *)dst; in usb_make_raw_desc()
/dragonfly/sys/bus/u4b/
H A Dusb_cdc.h83 struct usb_cdc_union_descriptor { struct
/dragonfly/sys/bus/u4b/serial/
H A Dumodem.c324 struct usb_cdc_union_descriptor *cud; in umodem_attach()
/dragonfly/sys/bus/u4b/net/
H A Dif_cdce.c565 const struct usb_cdc_union_descriptor *ud; in cdce_attach()