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