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