Lines Matching defs:hid_data
194 struct hid_data { struct
195 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */
196 __s16 inputmode_index; /* InputMode HID feature index in the report */
197 bool inrange_state;
198 bool invert_state;
199 bool tipswitch;
200 int x;
201 int y;
202 int pressure;
203 int width;
204 int height;
205 int id;
206 int cc_report;
207 int cc_index;
208 int cc_value_index;
209 int num_expected;
210 int num_received;
240 struct hid_data hid_data; member