BTN_TOUCH          72 arch/unicore32/kernel/puv3-nb0916.c 		.code	= BTN_TOUCH,
BTN_TOUCH          26 drivers/hid/hid-accutouch.c 		hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
BTN_TOUCH         867 drivers/hid/hid-debug.c 	[BTN_TOUCH] = "Touch",			[BTN_STYLUS] = "Stylus",
BTN_TOUCH          50 drivers/hid/hid-elo.c 	set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH          70 drivers/hid/hid-elo.c 		input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH          75 drivers/hid/hid-elo.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         781 drivers/hid/hid-input.c 			if (!test_bit(BTN_TOUCH, input->keybit)) {
BTN_TOUCH         784 drivers/hid/hid-input.c 				set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         818 drivers/hid/hid-input.c 			map_key_clear(BTN_TOUCH);
BTN_TOUCH         831 drivers/hid/hid-input.c 			map_key_clear(BTN_TOUCH);
BTN_TOUCH        1309 drivers/hid/hid-input.c 		input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3));
BTN_TOUCH         461 drivers/hid/hid-magicmouse.c 		__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         785 drivers/hid/hid-multitouch.c 						     EV_KEY, BTN_TOUCH);
BTN_TOUCH         626 drivers/hid/hid-ntrig.c 			input_report_key(input, BTN_TOUCH,
BTN_TOUCH         837 drivers/hid/hid-ntrig.c 			input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         840 drivers/hid/hid-ntrig.c 			input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH          24 drivers/hid/hid-penmount.c 			hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
BTN_TOUCH          62 drivers/hid/hid-uclogic-core.c 	if (test_bit(BTN_TOUCH, input->key)) {
BTN_TOUCH          66 drivers/hid/hid-uclogic-core.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         214 drivers/hid/hid-udraw-ps3.c 		input_report_key(udraw->touch_input_dev, BTN_TOUCH, 1);
BTN_TOUCH         223 drivers/hid/hid-udraw-ps3.c 		input_report_key(udraw->touch_input_dev, BTN_TOUCH, 0);
BTN_TOUCH         236 drivers/hid/hid-udraw-ps3.c 		input_report_key(udraw->pen_input_dev, BTN_TOUCH, (level != 0));
BTN_TOUCH         242 drivers/hid/hid-udraw-ps3.c 		input_report_key(udraw->pen_input_dev, BTN_TOUCH, 0);
BTN_TOUCH         318 drivers/hid/hid-udraw-ps3.c 	set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         347 drivers/hid/hid-udraw-ps3.c 	set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         103 drivers/hid/wacom_wac.c 			input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -127));
BTN_TOUCH         109 drivers/hid/wacom_wac.c 			input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         119 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -80) && !(data[5] & 0x20));
BTN_TOUCH         180 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, data[4] & 0x08);
BTN_TOUCH         206 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, data[1] & 0x08);
BTN_TOUCH         210 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, data[1] & 0x01);
BTN_TOUCH         244 drivers/hid/wacom_wac.c 	input_report_key(input, BTN_TOUCH, data[1] & 0x05);
BTN_TOUCH         293 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, pressure > 10);
BTN_TOUCH         361 drivers/hid/wacom_wac.c 			input_report_key(input, BTN_TOUCH, data[1] & 0x01);
BTN_TOUCH         757 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         803 drivers/hid/wacom_wac.c 			input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         911 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, t > 10);
BTN_TOUCH        1239 drivers/hid/wacom_wac.c 		return test_bit(BTN_TOUCH, input->key) &&
BTN_TOUCH        1343 drivers/hid/wacom_wac.c 			input_report_key(pen_input, BTN_TOUCH, frame[0] & 0x09);
BTN_TOUCH        1698 drivers/hid/wacom_wac.c 	input_report_key(input, BTN_TOUCH, prox);
BTN_TOUCH        1728 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, data[1] & 0x05);
BTN_TOUCH        2231 drivers/hid/wacom_wac.c 		wacom_map_usage(input, usage, field, EV_KEY, BTN_TOUCH, 0);
BTN_TOUCH        2453 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH,
BTN_TOUCH        2504 drivers/hid/wacom_wac.c 		wacom_map_usage(input, usage, field, EV_KEY, BTN_TOUCH, 0);
BTN_TOUCH        2551 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, prox);
BTN_TOUCH        3020 drivers/hid/wacom_wac.c 		input_report_key(input, BTN_TOUCH, pen);
BTN_TOUCH        3586 drivers/hid/wacom_wac.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH        3752 drivers/hid/wacom_wac.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         344 drivers/iio/adc/at91_adc.c 		input_report_key(st->ts_input, BTN_TOUCH, 1);
BTN_TOUCH         388 drivers/iio/adc/at91_adc.c 		input_report_key(st->ts_input, BTN_TOUCH, 0);
BTN_TOUCH         400 drivers/iio/adc/at91_adc.c 			input_report_key(st->ts_input, BTN_TOUCH, 1);
BTN_TOUCH         445 drivers/iio/adc/at91_adc.c 		input_report_key(st->ts_input, BTN_TOUCH, 0);
BTN_TOUCH        1109 drivers/iio/adc/at91_adc.c 	__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         643 drivers/iio/adc/exynos_adc.c 			input_report_key(info->input, BTN_TOUCH, 0);
BTN_TOUCH         650 drivers/iio/adc/exynos_adc.c 		input_report_key(info->input, BTN_TOUCH, 1);
BTN_TOUCH         739 drivers/iio/adc/exynos_adc.c 	info->input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          60 drivers/input/input-mt.c 		__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH         221 drivers/input/input-mt.c 	input_event(dev, EV_KEY, BTN_TOUCH, count > 0);
BTN_TOUCH         775 drivers/input/joydev.c 		.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
BTN_TOUCH         412 drivers/input/keyboard/hil_kbd.c 		btntype = BTN_TOUCH;
BTN_TOUCH         417 drivers/input/keyboard/hil_kbd.c 		btntype = BTN_TOUCH;
BTN_TOUCH         380 drivers/input/misc/ad714x.c 				input_report_key(sw->input, BTN_TOUCH, 1);
BTN_TOUCH         387 drivers/input/misc/ad714x.c 				input_report_key(sw->input, BTN_TOUCH, 0);
BTN_TOUCH         553 drivers/input/misc/ad714x.c 				input_report_key(sw->input, BTN_TOUCH, 1);
BTN_TOUCH         560 drivers/input/misc/ad714x.c 				input_report_key(sw->input, BTN_TOUCH, 0);
BTN_TOUCH         848 drivers/input/misc/ad714x.c 					input_report_key(sw->input, BTN_TOUCH,
BTN_TOUCH         857 drivers/input/misc/ad714x.c 				input_report_key(sw->input, BTN_TOUCH, 0);
BTN_TOUCH        1042 drivers/input/misc/ad714x.c 			__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH        1072 drivers/input/misc/ad714x.c 			__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH        1103 drivers/input/misc/ad714x.c 			__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         232 drivers/input/misc/adxl34x.c 	.ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */
BTN_TOUCH         161 drivers/input/misc/ideapad_slidebar.c 		input_report_key(slidebar_input_dev, BTN_TOUCH, 0);
BTN_TOUCH         163 drivers/input/misc/ideapad_slidebar.c 		input_report_key(slidebar_input_dev, BTN_TOUCH, 1);
BTN_TOUCH         230 drivers/input/misc/ideapad_slidebar.c 	input_set_capability(slidebar_input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         326 drivers/input/mouse/alps.c 		input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH         328 drivers/input/mouse/alps.c 		input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         870 drivers/input/mouse/alps.c 		input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH         872 drivers/input/mouse/alps.c 		input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH        3060 drivers/input/mouse/alps.c 	dev1->keybit[BIT_WORD(BTN_TOUCH)] |= BIT_MASK(BTN_TOUCH);
BTN_TOUCH         616 drivers/input/mouse/appletouch.c 			input_report_key(dev->input, BTN_TOUCH, 1);
BTN_TOUCH         630 drivers/input/mouse/appletouch.c 		input_report_key(dev->input, BTN_TOUCH, 0);
BTN_TOUCH         736 drivers/input/mouse/appletouch.c 			input_report_key(dev->input, BTN_TOUCH, 1);
BTN_TOUCH         750 drivers/input/mouse/appletouch.c 		input_report_key(dev->input, BTN_TOUCH, 0);
BTN_TOUCH         913 drivers/input/mouse/appletouch.c 	set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         241 drivers/input/mouse/byd.c 	input_report_key(dev, BTN_TOUCH, priv->touch);
BTN_TOUCH         491 drivers/input/mouse/byd.c 	__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH         398 drivers/input/mouse/cypress_ps2.c 	__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         312 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOUCH, fingers != 0);
BTN_TOUCH         429 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOUCH, fingers != 0);
BTN_TOUCH         561 drivers/input/mouse/elantech.c 	input_report_key(dev, BTN_TOUCH, fingers != 0);
BTN_TOUCH        1129 drivers/input/mouse/elantech.c 	__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH         373 drivers/input/mouse/hgpk.c 	input_report_key(idev, BTN_TOUCH, down);
BTN_TOUCH         566 drivers/input/mouse/hgpk.c 		__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         584 drivers/input/mouse/hgpk.c 		__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         184 drivers/input/mouse/lifebook.c 		input_report_key(dev1, BTN_TOUCH, packet[0] & 0x04);
BTN_TOUCH         326 drivers/input/mouse/lifebook.c 	input_set_capability(dev1, EV_KEY, BTN_TOUCH);
BTN_TOUCH          96 drivers/input/mouse/navpoint.c 		input_report_key(navpoint->input, BTN_TOUCH, finger);
BTN_TOUCH         256 drivers/input/mouse/navpoint.c 	__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH          59 drivers/input/mouse/pc110pad.c 	input_report_key(pc110pad_dev, BTN_TOUCH,
BTN_TOUCH         130 drivers/input/mouse/pc110pad.c 	pc110pad_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         788 drivers/input/mouse/sentelic.c 		input_report_key(dev, BTN_TOUCH, fgrs);
BTN_TOUCH         947 drivers/input/mouse/sentelic.c 		__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH        1133 drivers/input/mouse/synaptics.c 	if (hw.z > 30) input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH        1134 drivers/input/mouse/synaptics.c 	if (hw.z < 25) input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH        1327 drivers/input/mouse/synaptics.c 	input_set_capability(dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         164 drivers/input/mouse/synaptics_usb.c 		input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         166 drivers/input/mouse/synaptics_usb.c 		input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         406 drivers/input/mouse/synaptics_usb.c 		__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          50 drivers/input/mouse/touchkit_ps2.c 	input_report_key(dev, BTN_TOUCH, TOUCHKIT_GET_TOUCHED(packet));
BTN_TOUCH          76 drivers/input/mouse/touchkit_ps2.c 		dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         246 drivers/input/mouse/vsxxxaa.c 	input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         298 drivers/input/mouse/vsxxxaa.c 	input_report_key(dev, BTN_TOUCH, touch);
BTN_TOUCH         351 drivers/input/mouse/vsxxxaa.c 		input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         484 drivers/input/mouse/vsxxxaa.c 	__set_bit(BTN_TOUCH, input_dev->keybit);	/* ...and Tablet */
BTN_TOUCH         229 drivers/input/mousedev.c 	case BTN_TOUCH:
BTN_TOUCH         372 drivers/input/mousedev.c 			if (code == BTN_TOUCH &&
BTN_TOUCH        1023 drivers/input/mousedev.c 		.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
BTN_TOUCH          79 drivers/input/tablet/acecad.c 		input_report_key(dev, BTN_TOUCH, touch);
BTN_TOUCH         181 drivers/input/tablet/acecad.c 		BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
BTN_TOUCH         324 drivers/input/tablet/aiptek.c 	BTN_TOOL_BRUSH, BTN_TOOL_MOUSE, BTN_TOOL_LENS, BTN_TOUCH,
BTN_TOUCH         549 drivers/input/tablet/aiptek.c 					input_report_key(inputdev, BTN_TOUCH, tip);
BTN_TOUCH         157 drivers/input/tablet/kbtab.c 		BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH);
BTN_TOUCH         160 drivers/input/tablet/pegasus_notetaker.c 		input_report_key(dev, BTN_TOUCH, data[1] & PEN_TIP);
BTN_TOUCH         360 drivers/input/tablet/pegasus_notetaker.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         350 drivers/input/tablet/wacom_serial4.c 		input_report_key(wacom->dev, BTN_TOUCH, button & 1);
BTN_TOUCH         546 drivers/input/tablet/wacom_serial4.c 	set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          77 drivers/input/touchscreen/88pm860x-ts.c 		input_report_key(touch->idev, BTN_TOUCH, 1);
BTN_TOUCH          81 drivers/input/touchscreen/88pm860x-ts.c 		input_report_key(touch->idev, BTN_TOUCH, 0);
BTN_TOUCH         276 drivers/input/touchscreen/88pm860x-ts.c 	__set_bit(BTN_TOUCH, touch->idev->keybit);
BTN_TOUCH         352 drivers/input/touchscreen/ad7877.c 			input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         370 drivers/input/touchscreen/ad7877.c 	input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         736 drivers/input/touchscreen/ad7877.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         212 drivers/input/touchscreen/ad7879.c 			input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         234 drivers/input/touchscreen/ad7879.c 	input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         562 drivers/input/touchscreen/ad7879.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         830 drivers/input/touchscreen/ads7846.c 			input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         873 drivers/input/touchscreen/ads7846.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH        1360 drivers/input/touchscreen/ads7846.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          54 drivers/input/touchscreen/ar1021_i2c.c 	input_report_key(input, BTN_TOUCH, button);
BTN_TOUCH         120 drivers/input/touchscreen/ar1021_i2c.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH        2010 drivers/input/touchscreen/atmel_mxt_ts.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         187 drivers/input/touchscreen/auo-pixcir-ts.c 				input_report_key(ts->input, BTN_TOUCH, 0);
BTN_TOUCH         229 drivers/input/touchscreen/auo-pixcir-ts.c 		input_report_key(ts->input, BTN_TOUCH, fingers > 0);
BTN_TOUCH         569 drivers/input/touchscreen/auo-pixcir-ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         220 drivers/input/touchscreen/bcm_iproc_tsc.c 		input_report_key(priv->idev, BTN_TOUCH,	priv->pen_status);
BTN_TOUCH         477 drivers/input/touchscreen/bcm_iproc_tsc.c 	__set_bit(BTN_TOUCH, idev->keybit);
BTN_TOUCH         204 drivers/input/touchscreen/bu21029_ts.c 			input_report_key(bu21029->in_dev, BTN_TOUCH, 1);
BTN_TOUCH         215 drivers/input/touchscreen/bu21029_ts.c 	input_report_key(bu21029->in_dev, BTN_TOUCH, 0);
BTN_TOUCH         396 drivers/input/touchscreen/bu21029_ts.c 	input_set_capability(in_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         188 drivers/input/touchscreen/colibri-vf50-ts.c 			input_report_key(vf50_ts->ts_input, BTN_TOUCH, 1);
BTN_TOUCH         198 drivers/input/touchscreen/colibri-vf50-ts.c 	input_report_key(vf50_ts->ts_input, BTN_TOUCH, 0);
BTN_TOUCH         315 drivers/input/touchscreen/colibri-vf50-ts.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         128 drivers/input/touchscreen/cy8ctmg110_ts.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         130 drivers/input/touchscreen/cy8ctmg110_ts.c 		input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         205 drivers/input/touchscreen/cy8ctmg110_ts.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         130 drivers/input/touchscreen/da9034-ts.c 	input_report_key(touch->input_dev, BTN_TOUCH, 1);
BTN_TOUCH         137 drivers/input/touchscreen/da9034-ts.c 	input_report_key(touch->input_dev, BTN_TOUCH, 0);
BTN_TOUCH         342 drivers/input/touchscreen/da9034-ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          86 drivers/input/touchscreen/da9052_tsi.c 	input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         118 drivers/input/touchscreen/da9052_tsi.c 			input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         257 drivers/input/touchscreen/da9052_tsi.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          65 drivers/input/touchscreen/dynapro.c 		input_report_key(dev, BTN_TOUCH,
BTN_TOUCH         133 drivers/input/touchscreen/dynapro.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          62 drivers/input/touchscreen/eeti_ts.c 	input_report_key(eeti->input, BTN_TOUCH, buf[0] & REPORT_BIT_PRESSED);
BTN_TOUCH         190 drivers/input/touchscreen/eeti_ts.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         204 drivers/input/touchscreen/egalax_ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          62 drivers/input/touchscreen/egalax_ts_serial.c 	input_report_key(dev, BTN_TOUCH, data[0] & EGALAX_FORMAT_TOUCH_BIT);
BTN_TOUCH         122 drivers/input/touchscreen/egalax_ts_serial.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH        1225 drivers/input/touchscreen/elants_i2c.c 	__set_bit(BTN_TOUCH, ts->input->keybit);
BTN_TOUCH         102 drivers/input/touchscreen/elo.c 			input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH);
BTN_TOUCH         150 drivers/input/touchscreen/elo.c 			input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH         167 drivers/input/touchscreen/elo.c 			input_report_key(dev, BTN_TOUCH, !!elo->data[5]);
BTN_TOUCH         188 drivers/input/touchscreen/elo.c 		input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80));
BTN_TOUCH         334 drivers/input/touchscreen/elo.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         282 drivers/input/touchscreen/fsl-imx25-tcq.c 			input_report_key(priv->idev, BTN_TOUCH, 1);
BTN_TOUCH         293 drivers/input/touchscreen/fsl-imx25-tcq.c 			input_report_key(priv->idev, BTN_TOUCH, 0);
BTN_TOUCH         539 drivers/input/touchscreen/fsl-imx25-tcq.c 	input_set_capability(idev, EV_KEY, BTN_TOUCH);
BTN_TOUCH          67 drivers/input/touchscreen/fujitsu_ts.c 		input_report_key(dev, BTN_TOUCH,
BTN_TOUCH         121 drivers/input/touchscreen/fujitsu_ts.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          56 drivers/input/touchscreen/gunze.c 	input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T');
BTN_TOUCH         122 drivers/input/touchscreen/gunze.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          64 drivers/input/touchscreen/hampshire.c 		input_report_key(dev, BTN_TOUCH,
BTN_TOUCH         132 drivers/input/touchscreen/hampshire.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          58 drivers/input/touchscreen/hp680_ts_input.c 		input_report_key(hp680_ts_dev, BTN_TOUCH, 1);
BTN_TOUCH          62 drivers/input/touchscreen/hp680_ts_input.c 		input_report_key(hp680_ts_dev, BTN_TOUCH, 0);
BTN_TOUCH          86 drivers/input/touchscreen/hp680_ts_input.c 	hp680_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          56 drivers/input/touchscreen/htcpen.c 		input_report_key(htcpen_dev, BTN_TOUCH, 0);
BTN_TOUCH          76 drivers/input/touchscreen/htcpen.c 			input_report_key(htcpen_dev, BTN_TOUCH, 1);
BTN_TOUCH         136 drivers/input/touchscreen/htcpen.c 	htcpen_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         290 drivers/input/touchscreen/imx6ul_tsc.c 			input_report_key(tsc->input, BTN_TOUCH, 1);
BTN_TOUCH         294 drivers/input/touchscreen/imx6ul_tsc.c 			input_report_key(tsc->input, BTN_TOUCH, 0);
BTN_TOUCH         386 drivers/input/touchscreen/imx6ul_tsc.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH          67 drivers/input/touchscreen/inexio.c 		input_report_key(dev, BTN_TOUCH, INEXIO_GET_TOUCHED(pinexio->data));
BTN_TOUCH         136 drivers/input/touchscreen/inexio.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          36 drivers/input/touchscreen/ipaq-micro-ts.c 		input_report_key(ts->input, BTN_TOUCH, 1);
BTN_TOUCH          41 drivers/input/touchscreen/ipaq-micro-ts.c 		input_report_key(ts->input, BTN_TOUCH, 0);
BTN_TOUCH         103 drivers/input/touchscreen/ipaq-micro-ts.c 	input_set_capability(ts->input, EV_KEY, BTN_TOUCH);
BTN_TOUCH          73 drivers/input/touchscreen/jornada720_ts.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH          85 drivers/input/touchscreen/jornada720_ts.c 			input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         129 drivers/input/touchscreen/jornada720_ts.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         116 drivers/input/touchscreen/lpc32xx_ts.c 		input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         118 drivers/input/touchscreen/lpc32xx_ts.c 		input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         262 drivers/input/touchscreen/lpc32xx_ts.c 	input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         164 drivers/input/touchscreen/mainstone-wm97xx.c 		input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
BTN_TOUCH         137 drivers/input/touchscreen/max11801_ts.c 			input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1);
BTN_TOUCH         142 drivers/input/touchscreen/max11801_ts.c 			input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0);
BTN_TOUCH         195 drivers/input/touchscreen/max11801_ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         112 drivers/input/touchscreen/mc13783_ts.c 		input_report_key(idev, BTN_TOUCH, cr0);
BTN_TOUCH         194 drivers/input/touchscreen/mc13783_ts.c 	idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         123 drivers/input/touchscreen/mcs5000_ts.c 		input_report_key(data->input_dev, BTN_TOUCH, 0);
BTN_TOUCH         131 drivers/input/touchscreen/mcs5000_ts.c 		input_report_key(data->input_dev, BTN_TOUCH, 1);
BTN_TOUCH         215 drivers/input/touchscreen/mcs5000_ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH          73 drivers/input/touchscreen/migor_ts.c 		input_report_key(priv->input, BTN_TOUCH, 1);
BTN_TOUCH          80 drivers/input/touchscreen/migor_ts.c 		input_report_key(priv->input, BTN_TOUCH, 0);
BTN_TOUCH         140 drivers/input/touchscreen/migor_ts.c 	__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH          96 drivers/input/touchscreen/mk712.c 		input_report_key(mk712_dev, BTN_TOUCH, 0);
BTN_TOUCH         105 drivers/input/touchscreen/mk712.c 	input_report_key(mk712_dev, BTN_TOUCH, 1);
BTN_TOUCH         185 drivers/input/touchscreen/mk712.c 	mk712_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          68 drivers/input/touchscreen/mtouch.c 		input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data));
BTN_TOUCH         150 drivers/input/touchscreen/mtouch.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         397 drivers/input/touchscreen/mxs-lradc-ts.c 	input_report_key(ts->ts_input, BTN_TOUCH, 1);
BTN_TOUCH         439 drivers/input/touchscreen/mxs-lradc-ts.c 		input_report_key(ts->ts_input, BTN_TOUCH, 0);
BTN_TOUCH         591 drivers/input/touchscreen/mxs-lradc-ts.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH          57 drivers/input/touchscreen/pcap_ts.c 			input_report_key(pcap_ts->input, BTN_TOUCH, 0);
BTN_TOUCH          65 drivers/input/touchscreen/pcap_ts.c 			input_report_key(pcap_ts->input, BTN_TOUCH, 1);
BTN_TOUCH         172 drivers/input/touchscreen/pcap_ts.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         106 drivers/input/touchscreen/penmount.c 		input_report_key(dev, BTN_TOUCH, !!(pm->data[0] & 0x40));
BTN_TOUCH         122 drivers/input/touchscreen/penmount.c 			input_report_key(dev, BTN_TOUCH, pm->data[0] & 0x40);
BTN_TOUCH         223 drivers/input/touchscreen/penmount.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          57 drivers/input/touchscreen/resistive-adc-touch.c 		input_report_key(st->input, BTN_TOUCH, 0);
BTN_TOUCH          66 drivers/input/touchscreen/resistive-adc-touch.c 	input_report_key(st->input, BTN_TOUCH, 1);
BTN_TOUCH         153 drivers/input/touchscreen/resistive-adc-touch.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         114 drivers/input/touchscreen/s3c2410_ts.c 			input_report_key(ts.input, BTN_TOUCH, 1);
BTN_TOUCH         128 drivers/input/touchscreen/s3c2410_ts.c 		input_report_key(ts.input, BTN_TOUCH, 0);
BTN_TOUCH         308 drivers/input/touchscreen/s3c2410_ts.c 	ts.input->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         122 drivers/input/touchscreen/stmpe-ts.c 	input_report_key(ts->idev, BTN_TOUCH, 0);
BTN_TOUCH         156 drivers/input/touchscreen/stmpe-ts.c 	input_report_key(ts->idev, BTN_TOUCH, 1);
BTN_TOUCH         335 drivers/input/touchscreen/stmpe-ts.c 	input_set_capability(idev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         133 drivers/input/touchscreen/sun4i-ts.c 			input_report_key(ts->input, BTN_TOUCH, 1);
BTN_TOUCH         142 drivers/input/touchscreen/sun4i-ts.c 		input_report_key(ts->input, BTN_TOUCH, 0);
BTN_TOUCH         298 drivers/input/touchscreen/sun4i-ts.c 		__set_bit(BTN_TOUCH, ts->input->keybit);
BTN_TOUCH         139 drivers/input/touchscreen/surface3_spi.c 	input_report_key(dev, BTN_TOUCH, st & 0x12);
BTN_TOUCH         307 drivers/input/touchscreen/surface3_spi.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         113 drivers/input/touchscreen/sx8654.c 	input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         182 drivers/input/touchscreen/sx8654.c 	input_report_key(ts->input, BTN_TOUCH, 1);
BTN_TOUCH         210 drivers/input/touchscreen/sx8654.c 		input_report_key(sx8654->input, BTN_TOUCH, 0);
BTN_TOUCH         230 drivers/input/touchscreen/sx8654.c 		input_report_key(sx8654->input, BTN_TOUCH, 1);
BTN_TOUCH         360 drivers/input/touchscreen/sx8654.c 	input_set_capability(input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         288 drivers/input/touchscreen/ti_am335x_tsc.c 			input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         325 drivers/input/touchscreen/ti_am335x_tsc.c 				input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         463 drivers/input/touchscreen/ti_am335x_tsc.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         105 drivers/input/touchscreen/touchit213.c 		input_report_key(dev, BTN_TOUCH,
BTN_TOUCH         162 drivers/input/touchscreen/touchit213.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          67 drivers/input/touchscreen/touchright.c 			input_report_key(dev, BTN_TOUCH,
BTN_TOUCH         124 drivers/input/touchscreen/touchright.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          70 drivers/input/touchscreen/touchwin.c 			input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH          75 drivers/input/touchscreen/touchwin.c 		input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         131 drivers/input/touchscreen/touchwin.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         167 drivers/input/touchscreen/tps6507x-ts.c 		input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         177 drivers/input/touchscreen/tps6507x-ts.c 			input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         258 drivers/input/touchscreen/tps6507x-ts.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH          88 drivers/input/touchscreen/ts4800-ts.c 			input_report_key(input_dev, BTN_TOUCH, 1);
BTN_TOUCH         101 drivers/input/touchscreen/ts4800-ts.c 		input_report_key(input_dev, BTN_TOUCH, 0);
BTN_TOUCH         182 drivers/input/touchscreen/ts4800-ts.c 	input_set_capability(poll_dev->input, EV_KEY, BTN_TOUCH);
BTN_TOUCH         143 drivers/input/touchscreen/tsc2007_core.c 			input_report_key(input, BTN_TOUCH, 1);
BTN_TOUCH         164 drivers/input/touchscreen/tsc2007_core.c 	input_report_key(input, BTN_TOUCH, 0);
BTN_TOUCH         366 drivers/input/touchscreen/tsc2007_core.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH         120 drivers/input/touchscreen/tsc200x-core.c 			input_report_key(ts->idev, BTN_TOUCH, !!pressure);
BTN_TOUCH         126 drivers/input/touchscreen/tsc200x-core.c 			input_report_key(ts->idev, BTN_TOUCH, 0);
BTN_TOUCH         527 drivers/input/touchscreen/tsc200x-core.c 	input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
BTN_TOUCH          36 drivers/input/touchscreen/tsc40.c 	input_report_key(dev, BTN_TOUCH, 1);
BTN_TOUCH          55 drivers/input/touchscreen/tsc40.c 			input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         106 drivers/input/touchscreen/tsc40.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         152 drivers/input/touchscreen/ucb1400_ts.c 	input_report_key(idev, BTN_TOUCH, 1);
BTN_TOUCH         159 drivers/input/touchscreen/ucb1400_ts.c 	input_report_key(idev, BTN_TOUCH, 0);
BTN_TOUCH         351 drivers/input/touchscreen/ucb1400_ts.c 	ucb->ts_idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH        1393 drivers/input/touchscreen/usbtouchscreen.c 	input_report_key(usbtouch->input, BTN_TOUCH, usbtouch->touch);
BTN_TOUCH        1733 drivers/input/touchscreen/usbtouchscreen.c 	input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         117 drivers/input/touchscreen/wacom_i2c.c 	input_report_key(input, BTN_TOUCH, tsw || ers);
BTN_TOUCH         189 drivers/input/touchscreen/wacom_i2c.c 	__set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH         232 drivers/input/touchscreen/wacom_w8001.c 			input_report_key(dev, BTN_TOUCH, 0);
BTN_TOUCH         254 drivers/input/touchscreen/wacom_w8001.c 	input_report_key(dev, BTN_TOUCH, coord->tsw);
BTN_TOUCH         274 drivers/input/touchscreen/wacom_w8001.c 	input_report_key(dev, BTN_TOUCH, coord->tsw);
BTN_TOUCH         436 drivers/input/touchscreen/wacom_w8001.c 	__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH         484 drivers/input/touchscreen/wacom_w8001.c 	__set_bit(BTN_TOUCH, dev->keybit);
BTN_TOUCH         143 drivers/input/touchscreen/wm831x-ts.c 		input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 0);
BTN_TOUCH         147 drivers/input/touchscreen/wm831x-ts.c 		input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 1);
BTN_TOUCH         352 drivers/input/touchscreen/wm831x-ts.c 	__set_bit(BTN_TOUCH, input_dev->keybit);
BTN_TOUCH         419 drivers/input/touchscreen/wm97xx-core.c 			input_report_key(wm->input_dev, BTN_TOUCH, 0);
BTN_TOUCH         454 drivers/input/touchscreen/wm97xx-core.c 		input_report_key(wm->input_dev, BTN_TOUCH, 1);
BTN_TOUCH         597 drivers/input/touchscreen/wm97xx-core.c 	__set_bit(BTN_TOUCH, wm->input_dev->keybit);
BTN_TOUCH         131 drivers/input/touchscreen/zylonite-wm97xx.c 		input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
BTN_TOUCH          81 drivers/macintosh/ams/ams-input.c 	set_bit(BTN_TOUCH, input->keybit);
BTN_TOUCH        1070 drivers/media/rc/imon.c 	input_report_key(ictx->touch, BTN_TOUCH, 0x00);
BTN_TOUCH        1353 drivers/media/rc/imon.c 	input_report_key(ictx->touch, BTN_TOUCH, 0x01);
BTN_TOUCH        2050 drivers/media/rc/imon.c 	touch->keybit[BIT_WORD(BTN_TOUCH)] =
BTN_TOUCH        2051 drivers/media/rc/imon.c 		BIT_MASK(BTN_TOUCH);
BTN_TOUCH          61 drivers/mfd/ucb1x00-ts.c 	input_report_key(idev, BTN_TOUCH, 1);
BTN_TOUCH          70 drivers/mfd/ucb1x00-ts.c 	input_report_key(idev, BTN_TOUCH, 0);
BTN_TOUCH         389 drivers/mfd/ucb1x00-ts.c 	idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
BTN_TOUCH         218 drivers/misc/ibmasm/remote.c 	set_bit(BTN_TOUCH, mouse_dev->keybit);