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;
599 struct hid_descriptor { struct600 __u8 bLength;601 __u8 bDescriptorType;602 __le16 bcdHID;603 __u8 bCountryCode;604 __u8 bNumDescriptors;606 struct hid_class_descriptor desc[1];
100 struct hid_descriptor hid_descriptor; member