Home
last modified time | relevance | path

Searched defs:usb_interface_descriptor (Results 1 – 2 of 2) sorted by relevance

/include/
A Dusbdescriptors.h187 struct usb_interface_descriptor { struct
188 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;
/include/linux/usb/
A Dch9.h346 struct usb_interface_descriptor { struct
347 __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