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