Home | History | Annotate | Download | only in usb

Lines Matching refs:__u8

30 	__u8  bLength;			// 8+n
31 __u8 bDescriptorType; // USB_DT_CS_INTERFACE
32 __u8 bDescriptorSubtype; // USB_MS_HEADER
35 __u8 bInCollection; // n
36 __u8 baInterfaceNr[]; // [n]
44 __u8 bLength; \
45 __u8 bDescriptorType; \
46 __u8 bDescriptorSubtype; \
49 __u8 bInCollection; \
50 __u8 baInterfaceNr[n]; \