Searched defs:hid_descriptor (Results 1 – 3 of 3) sorted by relevance
134 struct hid_descriptor struct136 struct usb_descriptor_header header;137 __le16 bcdHID;138 u8 bCountryCode;139 u8 bNumDescriptors;140 u8 bDescriptorType;141 __le16 wDescriptorLength;
662 struct hid_descriptor { struct663 __u8 bLength;664 __u8 bDescriptorType;665 __le16 bcdHID;666 __u8 bCountryCode;667 __u8 bNumDescriptors;669 struct hid_class_descriptor desc[1];
100 struct hid_descriptor hid_descriptor; member