Searched defs:usb_class_report_descriptor (Results 1 – 2 of 2) sorted by relevance
443 struct usb_class_report_descriptor { struct444 u8 bLength; /* dummy */445 u8 bDescriptorType;446 u16 wLength;447 u8 bData[0];
401 struct __packed usb_class_report_descriptor { struct402 u8 bLength; /* dummy */403 u8 bDescriptorType;404 u16 wLength;405 u8 bData[0];
Completed in 10 milliseconds