Home
last modified time | relevance | path

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

/include/
A Dusbdescriptors.h425 struct usb_class_hid_descriptor { struct
426 u8 bLength;
427 u8 bDescriptorType;
428 u16 bcdCDC;
429 u8 bCountryCode;
430 u8 bNumDescriptors; /* 0x01 */
431 u8 bDescriptorType0;
432 u16 wDescriptorLength0;
/include/linux/usb/
A Dch9.h388 struct __packed usb_class_hid_descriptor { struct
389 u8 bLength;
390 u8 bDescriptorType;
391 u16 bcdCDC;
392 u8 bCountryCode;
393 u8 bNumDescriptors; /* 0x01 */
394 u8 bDescriptorType0;
395 u16 wDescriptorLength0;

Completed in 11 milliseconds