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