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