Lines Matching defs:wacom_wac
337 struct wacom_wac { struct
338 char name[WACOM_NAME_MAX];
339 char pen_name[WACOM_NAME_MAX];
340 char touch_name[WACOM_NAME_MAX];
341 char pad_name[WACOM_NAME_MAX];
342 unsigned char data[WACOM_PKGLEN_MAX];
343 int tool[2];
344 int id[2];
345 __u64 serial[2];
346 bool probe_complete;
347 bool reporting_data;
348 struct wacom_features features;
349 struct wacom_shared *shared;
350 struct input_dev *pen_input;
351 struct input_dev *touch_input;
352 struct input_dev *pad_input;
353 struct kfifo_rec_ptr_2 *pen_fifo;
354 int pid;
355 int num_contacts_left;
356 u8 bt_features;
357 u8 bt_high_speed;
358 int mode_report;
359 int mode_value;
360 struct hid_data hid_data;
361 bool has_mute_touch_switch;
362 bool is_soft_touch_switch;
363 bool has_mode_change;
364 bool is_direct_mode;
365 bool is_invalid_bt_frame;