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