Searched defs:hid_descriptor (Results 1 – 3 of 3) sorted by relevance
135 struct hid_descriptor struct137 struct usb_descriptor_header header;138 __le16 bcdHID;139 u8 bCountryCode;140 u8 bNumDescriptors;141 u8 bDescriptorType;142 __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];
92 struct hid_descriptor hid_descriptor; member