Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dcdc.h109 struct usb_cdc_network_terminal_desc { struct
110 __u8 bLength;
111 __u8 bDescriptorType;
112 __u8 bDescriptorSubType;
114 __u8 bEntityId;
115 __u8 iName;
116 __u8 bChannelIndex;
117 __u8 bPhysicalInterface;
/openbmc/linux/include/uapi/linux/usb/
H A Dcdc.h123 struct usb_cdc_network_terminal_desc { struct
124 __u8 bLength;
125 __u8 bDescriptorType;
126 __u8 bDescriptorSubType;
128 __u8 bEntityId;
129 __u8 iName;
130 __u8 bChannelIndex;
131 __u8 bPhysicalInterface;
/openbmc/linux/include/linux/usb/
H A Dcdc.h29 struct usb_cdc_network_terminal_desc *usb_cdc_network_terminal_desc; member