Lines Matching defs:hid_data
294 struct hid_data { struct
295 __s16 inputmode; /* InputMode HID feature, -1 if non-existent */
296 __s16 inputmode_index; /* InputMode HID feature index in the report */
297 bool sense_state;
298 bool inrange_state;
299 bool invert_state;
300 bool tipswitch;
301 bool barrelswitch;
302 bool barrelswitch2;
303 bool serialhi;
304 int x;
305 int y;
306 int pressure;
307 int width;
308 int height;
309 int id;
310 int cc_report;
311 int cc_index;
312 int cc_value_index;
313 int last_slot_field;
314 int num_expected;
315 int num_received;
316 int bat_status;
317 int battery_capacity;
318 int bat_charging;
319 int bat_connected;
320 int ps_connected;
321 bool pad_input_event_flag;
354 struct hid_data hid_data; member