Lines Matching defs:hid_descriptor
58 typedef struct hid_descriptor { struct
59 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;
91 struct hid_descriptor *hid_desc) in get_hid_desc() argument