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