Home
last modified time | relevance | path

Searched defs:usb_cdc_ether_desc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcdc.h121 struct usb_cdc_ether_desc { struct
122 __u8 bLength;
123 __u8 bDescriptorType;
124 __u8 bDescriptorSubType;
126 __u8 iMACAddress;
127 __le32 bmEthernetStatistics;
128 __le16 wMaxSegmentSize;
129 __le16 wNumberMCFilters;
130 __u8 bNumberPowerFilters;
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
136 __u8 bLength;
137 __u8 bDescriptorType;
138 __u8 bDescriptorSubType;
140 __u8 iMACAddress;
141 __le32 bmEthernetStatistics;
142 __le16 wMaxSegmentSize;
143 __le16 wNumberMCFilters;
144 __u8 bNumberPowerFilters;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
136 __u8 bLength;
137 __u8 bDescriptorType;
138 __u8 bDescriptorSubType;
140 __u8 iMACAddress;
141 __le32 bmEthernetStatistics;
142 __le16 wMaxSegmentSize;
143 __le16 wNumberMCFilters;
144 __u8 bNumberPowerFilters;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
136 __u8 bLength;
137 __u8 bDescriptorType;
138 __u8 bDescriptorSubType;
140 __u8 iMACAddress;
141 __le32 bmEthernetStatistics;
142 __le16 wMaxSegmentSize;
143 __le16 wNumberMCFilters;
144 __u8 bNumberPowerFilters;
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcdc.h34 struct usb_cdc_ether_desc *usb_cdc_ether_desc; member