Home
last modified time | relevance | path

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

/u-boot/include/
A Dusbdescriptors.h190 struct usb_interface_descriptor { struct
191 u8 bLength;
192 u8 bDescriptorType; /* 0x04 */
193 u8 bInterfaceNumber;
194 u8 bAlternateSetting;
195 u8 bNumEndpoints;
196 u8 bInterfaceClass;
197 u8 bInterfaceSubClass;
198 u8 bInterfaceProtocol;
199 u8 iInterface;
/u-boot/include/linux/usb/
A Dch9.h348 struct usb_interface_descriptor { struct
349 __u8 bLength;
350 __u8 bDescriptorType;
352 __u8 bInterfaceNumber;
353 __u8 bAlternateSetting;
354 __u8 bNumEndpoints;
355 __u8 bInterfaceClass;
356 __u8 bInterfaceSubClass;
357 __u8 bInterfaceProtocol;
358 __u8 iInterface;

Completed in 9 milliseconds