Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dcdc.h98 struct usb_cdc_country_functional_desc { struct
99 __u8 bLength;
100 __u8 bDescriptorType;
101 __u8 bDescriptorSubType;
103 __u8 iCountryCodeRelDate;
104 __le16 wCountyCode0;
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h112 struct usb_cdc_country_functional_desc { struct
113 __u8 bLength;
114 __u8 bDescriptorType;
115 __u8 bDescriptorSubType;
117 __u8 iCountryCodeRelDate;
118 __le16 wCountyCode0;
/openbmc/linux/include/linux/usb/
H A Dcdc.h28 struct usb_cdc_country_functional_desc *usb_cdc_country_functional_desc; member