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;
660 struct hid_descriptor { struct661 __u8 bLength;662 __u8 bDescriptorType;663 __le16 bcdHID;664 __u8 bCountryCode;665 __u8 bNumDescriptors;667 struct hid_class_descriptor desc[1];
92 struct hid_descriptor hid_descriptor; member