Searched defs:usb_interface_descriptor (Results 1 – 1 of 1) sorted by relevance
208 struct usb_interface_descriptor { struct209 __u8 bLength;210 __u8 bDescriptorType;211 __u8 bInterfaceNumber;212 __u8 bAlternateSetting;213 __u8 bNumEndpoints;214 __u8 bInterfaceClass;215 __u8 bInterfaceSubClass;216 __u8 bInterfaceProtocol;217 __u8 iInterface;