Searched defs:usb_interface_descriptor (Results 1 – 3 of 3) sorted by relevance
210 struct usb_interface_descriptor { struct211 MS_U8 bLength;212 MS_U8 bDescriptorType;214 MS_U8 bInterfaceNumber;215 MS_U8 bAlternateSetting;216 MS_U8 bNumEndpoints;217 MS_U8 bInterfaceClass;218 MS_U8 bInterfaceSubClass;219 MS_U8 bInterfaceProtocol;220 MS_U8 iInterface;
502 struct usb_interface_descriptor { struct503 unsigned char bLength;504 unsigned char bDescriptorType;506 unsigned char bInterfaceNumber;507 unsigned char bAlternateSetting;508 unsigned char bNumEndpoints;509 unsigned char bInterfaceClass;510 unsigned char bInterfaceSubClass;511 unsigned char bInterfaceProtocol;512 unsigned char iInterface;
302 struct usb_interface_descriptor { struct303 __u8 bLength;304 __u8 bDescriptorType;306 __u8 bInterfaceNumber;307 __u8 bAlternateSetting;308 __u8 bNumEndpoints;309 __u8 bInterfaceClass;310 __u8 bInterfaceSubClass;311 __u8 bInterfaceProtocol;312 __u8 iInterface;