Home
last modified time | relevance | path

Searched defs:usb_cdc_union_desc (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dcdc.h87 struct usb_cdc_union_desc { struct
88 __u8 bLength;
89 __u8 bDescriptorType;
90 __u8 bDescriptorSubType;
92 __u8 bMasterInterface0;
93 __u8 bSlaveInterface0;
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h101 struct usb_cdc_union_desc { struct
102 __u8 bLength;
103 __u8 bDescriptorType;
104 __u8 bDescriptorSubType;
106 __u8 bMasterInterface0;
107 __u8 bSlaveInterface0;
/openbmc/linux/include/linux/usb/
H A Dcdc.h23 struct usb_cdc_union_desc *usb_cdc_union_desc; member