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 invert_state;
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 pressure;
313 int width;
314 int height;
315 int id;
316 int cc_report;
317 int cc_index;
318 int cc_value_index;
319 int last_slot_field;
320 int num_expected;
321 int num_received;
322 int bat_status;
323 int battery_capacity;
324 int bat_charging;
325 int bat_connected;
326 int ps_connected;
327 bool pad_input_event_flag;
328 unsigned short sequence_number;
329 ktime_t time_delayed;
361 struct hid_data hid_data; member