Searched defs:hid_descriptor (Results 1 – 4 of 4) sorted by relevance
58 typedef struct hid_descriptor { struct59 u16 wHIDDescLength;60 u16 bcdVersion;61 u16 wReportDescLength;62 u16 wReportDescRegister;63 u16 wInputRegister;64 u16 wMaxInputLength;65 u16 wOutputRegister;66 u16 wMaxOutputLength;67 u16 wCommandRegister;[all …]
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;
666 struct hid_descriptor { struct667 __u8 bLength;668 __u8 bDescriptorType;669 __le16 bcdHID;670 __u8 bCountryCode;671 __u8 bNumDescriptors;673 struct hid_class_descriptor desc[1];
92 struct hid_descriptor hid_descriptor; member