Searched defs:usb_cdc_union_desc (Results 1 – 4 of 4) sorted by relevance
101 struct usb_cdc_union_desc { struct102 __u8 bLength;103 __u8 bDescriptorType;104 __u8 bDescriptorSubType;106 __u8 bMasterInterface0;107 __u8 bSlaveInterface0;
82 struct usb_cdc_union_desc { struct83 __u8 bLength;84 __u8 bDescriptorType;85 __u8 bDescriptorSubType;86 __u8 bMasterInterface0;87 __u8 bSlaveInterface0;
69 struct usb_cdc_union_desc { struct70 __u8 bLength;71 __u8 bDescriptorType;72 __u8 bDescriptorSubType;73 __u8 bMasterInterface0;74 __u8 bSlaveInterface0;
27 struct usb_cdc_union_desc *usb_cdc_union_desc; member