touch_input       500 drivers/hid/wacom_sys.c 				input_mt_init_slots(wacom_wac->touch_input,
touch_input       504 drivers/hid/wacom_sys.c 				input_mt_init_slots(wacom_wac->touch_input,
touch_input      2042 drivers/hid/wacom_sys.c 	wacom_wac->touch_input = wacom_allocate_input(wacom);
touch_input      2045 drivers/hid/wacom_sys.c 	    !wacom_wac->touch_input ||
touch_input      2050 drivers/hid/wacom_sys.c 	wacom_wac->touch_input->name = wacom_wac->touch_name;
touch_input      2063 drivers/hid/wacom_sys.c 	touch_input_dev = wacom_wac->touch_input;
touch_input      2085 drivers/hid/wacom_sys.c 		wacom_wac->touch_input = NULL;
touch_input      2109 drivers/hid/wacom_sys.c 	wacom_wac->touch_input = NULL;
touch_input      2245 drivers/hid/wacom_sys.c 	wacom->wacom_wac.touch_input = NULL;
touch_input      2253 drivers/hid/wacom_sys.c 		wacom_wac->shared->touch_input = wacom_wac->touch_input;
touch_input      2262 drivers/hid/wacom_sys.c 	    wacom_wac->shared->touch_input) {
touch_input      2263 drivers/hid/wacom_sys.c 		set_bit(EV_SW, wacom_wac->shared->touch_input->evbit);
touch_input      2264 drivers/hid/wacom_sys.c 		input_set_capability(wacom_wac->shared->touch_input, EV_SW,
touch_input       615 drivers/hid/wacom_wac.c 	if (wacom->shared && wacom->shared->touch_input) {
touch_input       616 drivers/hid/wacom_wac.c 		input_report_switch(wacom->shared->touch_input,
touch_input       619 drivers/hid/wacom_wac.c 		input_sync(wacom->shared->touch_input);
touch_input      1230 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      1365 drivers/hid/wacom_wac.c 	struct input_dev *touch_input = wacom->touch_input;
touch_input      1389 drivers/hid/wacom_wac.c 			int slot = input_mt_get_slot_by_key(touch_input, touch[0]);
touch_input      1392 drivers/hid/wacom_wac.c 			int w = touch[6] * input_abs_get_res(touch_input, ABS_MT_POSITION_X);
touch_input      1393 drivers/hid/wacom_wac.c 			int h = touch[7] * input_abs_get_res(touch_input, ABS_MT_POSITION_Y);
touch_input      1398 drivers/hid/wacom_wac.c 			input_mt_slot(touch_input, slot);
touch_input      1399 drivers/hid/wacom_wac.c 			input_mt_report_slot_state(touch_input, MT_TOOL_FINGER, touch[1] & 0x01);
touch_input      1400 drivers/hid/wacom_wac.c 			input_report_abs(touch_input, ABS_MT_POSITION_X, x);
touch_input      1401 drivers/hid/wacom_wac.c 			input_report_abs(touch_input, ABS_MT_POSITION_Y, y);
touch_input      1402 drivers/hid/wacom_wac.c 			input_report_abs(touch_input, ABS_MT_TOUCH_MAJOR, max(w, h));
touch_input      1403 drivers/hid/wacom_wac.c 			input_report_abs(touch_input, ABS_MT_TOUCH_MINOR, min(w, h));
touch_input      1404 drivers/hid/wacom_wac.c 			input_report_abs(touch_input, ABS_MT_ORIENTATION, w > h);
touch_input      1407 drivers/hid/wacom_wac.c 		input_mt_sync_frame(touch_input);
touch_input      1413 drivers/hid/wacom_wac.c 			input_sync(touch_input);
touch_input      1420 drivers/hid/wacom_wac.c 		input_report_switch(touch_input, SW_MUTE_DEVICE, !(data[281] >> 7));
touch_input      1421 drivers/hid/wacom_wac.c 		input_sync(touch_input);
touch_input      1519 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      1593 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      1644 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      1673 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      1748 drivers/hid/wacom_wac.c 	else if (wacom->touch_input) {
touch_input      1749 drivers/hid/wacom_wac.c 		dev_dbg(wacom->touch_input->dev.parent,
touch_input      2126 drivers/hid/wacom_wac.c 		if (wacom_wac->shared->touch_input) {
touch_input      2134 drivers/hid/wacom_wac.c 			input_report_switch(wacom_wac->shared->touch_input,
touch_input      2136 drivers/hid/wacom_wac.c 			input_sync(wacom_wac->shared->touch_input);
touch_input      2478 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom_wac->touch_input;
touch_input      2609 drivers/hid/wacom_wac.c 			wacom_wac_finger_slot(wacom_wac, wacom_wac->touch_input);
touch_input      2669 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom_wac->touch_input;
touch_input      2728 drivers/hid/wacom_wac.c 	else if (WACOM_FINGER_FIELD(field) && wacom->wacom_wac.touch_input)
touch_input      2778 drivers/hid/wacom_wac.c 	else if (WACOM_FINGER_FIELD(field) && wacom->wacom_wac.touch_input)
touch_input      2816 drivers/hid/wacom_wac.c 	if (finger_in_hid_field && wacom->wacom_wac.touch_input)
touch_input      2839 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      2880 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      2959 drivers/hid/wacom_wac.c 	if (wacom->touch_input && touch_changed) {
touch_input      2960 drivers/hid/wacom_wac.c 		input_mt_sync_frame(wacom->touch_input);
touch_input      3088 drivers/hid/wacom_wac.c 	struct input_dev *input = wacom->touch_input;
touch_input      3157 drivers/hid/wacom_wac.c 		    wacom->shared->touch_input &&
touch_input      3159 drivers/hid/wacom_wac.c 			input_report_switch(wacom->shared->touch_input,
touch_input      3161 drivers/hid/wacom_wac.c 			input_sync(wacom->shared->touch_input);
touch_input      3196 drivers/hid/wacom_wac.c 	    wacom_wac->shared->touch_input &&
touch_input      3198 drivers/hid/wacom_wac.c 		input_report_switch(wacom_wac->shared->touch_input,
touch_input      3200 drivers/hid/wacom_wac.c 		input_sync(wacom_wac->shared->touch_input);
touch_input      3351 drivers/hid/wacom_wac.c 		if (wacom_wac->touch_input)
touch_input      3352 drivers/hid/wacom_wac.c 			input_sync(wacom_wac->touch_input);
touch_input       287 drivers/hid/wacom_wac.h 	struct input_dev *touch_input;
touch_input       343 drivers/hid/wacom_wac.h 	struct input_dev *touch_input;