Searched defs:usb_interface_descriptor (Results 1 – 2 of 2) sorted by relevance
187 struct usb_interface_descriptor { struct188 u8 bLength;189 u8 bDescriptorType; /* 0x04 */190 u8 bInterfaceNumber;191 u8 bAlternateSetting;192 u8 bNumEndpoints;193 u8 bInterfaceClass;194 u8 bInterfaceSubClass;195 u8 bInterfaceProtocol;196 u8 iInterface;
346 struct usb_interface_descriptor { struct347 __u8 bLength;348 __u8 bDescriptorType;350 __u8 bInterfaceNumber;351 __u8 bAlternateSetting;352 __u8 bNumEndpoints;353 __u8 bInterfaceClass;354 __u8 bInterfaceSubClass;355 __u8 bInterfaceProtocol;356 __u8 iInterface;
Completed in 8 milliseconds