Searched defs:usb_cdc_acm_config (Results 1 – 1 of 1) sorted by relevance
85 struct usb_cdc_acm_config { struct86 struct usb_association_descriptor iad_cdc;87 struct usb_if_descriptor if0;88 struct cdc_header_descriptor if0_header;89 struct cdc_cm_descriptor if0_cm;90 struct cdc_acm_descriptor if0_acm;91 struct cdc_union_descriptor if0_union;92 struct usb_ep_descriptor if0_int_ep;94 struct usb_if_descriptor if1;95 struct usb_ep_descriptor if1_in_ep;[all …]