Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dcdc.h134 struct usb_cdc_mdlm_desc { struct
135 __u8 bLength;
136 __u8 bDescriptorType;
137 __u8 bDescriptorSubType;
139 __le16 bcdVersion;
140 __u8 bGUID[16];
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h157 struct usb_cdc_mdlm_desc { struct
158 __u8 bLength;
159 __u8 bDescriptorType;
160 __u8 bDescriptorSubType;
162 __le16 bcdVersion;
163 __u8 bGUID[16];
/openbmc/linux/include/linux/usb/
H A Dcdc.h32 struct usb_cdc_mdlm_desc *usb_cdc_mdlm_desc; member