Symbol: BTN_TOUCH
drivers/hid/hid-accutouch.c
26
hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
drivers/hid/hid-appletb-kbd.c
347
.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
drivers/hid/hid-debug.c
3303
[BTN_TOUCH] = "Touch", [BTN_STYLUS] = "Stylus",
drivers/hid/hid-elo.c
50
set_bit(BTN_TOUCH, input->keybit);
drivers/hid/hid-elo.c
70
input_report_key(input, BTN_TOUCH, 1);
drivers/hid/hid-elo.c
75
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/hid-input.c
1036
map_key_clear(BTN_TOUCH);
drivers/hid/hid-input.c
1053
map_key_clear(BTN_TOUCH);
drivers/hid/hid-input.c
1533
input_event(input, EV_KEY, BTN_TOUCH, 0);
drivers/hid/hid-input.c
1617
!test_bit(BTN_TOUCH, input->key)) {
drivers/hid/hid-input.c
1682
input_event(input, EV_KEY, BTN_TOUCH, 1);
drivers/hid/hid-input.c
977
if (!test_bit(BTN_TOUCH, input->keybit)) {
drivers/hid/hid-input.c
980
set_bit(BTN_TOUCH, input->keybit);
drivers/hid/hid-letsketch.c
116
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/hid/hid-letsketch.c
181
input_report_key(input, BTN_TOUCH, raw_data[1] & 0x01);
drivers/hid/hid-magicmouse.c
610
__set_bit(BTN_TOUCH, input->keybit);
drivers/hid/hid-multitouch.c
904
EV_KEY, BTN_TOUCH);
drivers/hid/hid-ntrig.c
626
input_report_key(input, BTN_TOUCH,
drivers/hid/hid-ntrig.c
837
input_report_key(input, BTN_TOUCH, 1);
drivers/hid/hid-ntrig.c
840
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/hid-penmount.c
24
hid_map_usage(hi, usage, bit, max, EV_KEY, BTN_TOUCH);
drivers/hid/hid-uclogic-core.c
43
if (test_bit(BTN_TOUCH, input->key)) {
drivers/hid/hid-uclogic-core.c
47
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/hid-udraw-ps3.c
214
input_report_key(udraw->touch_input_dev, BTN_TOUCH, 1);
drivers/hid/hid-udraw-ps3.c
223
input_report_key(udraw->touch_input_dev, BTN_TOUCH, 0);
drivers/hid/hid-udraw-ps3.c
236
input_report_key(udraw->pen_input_dev, BTN_TOUCH, (level != 0));
drivers/hid/hid-udraw-ps3.c
242
input_report_key(udraw->pen_input_dev, BTN_TOUCH, 0);
drivers/hid/hid-udraw-ps3.c
318
set_bit(BTN_TOUCH, input_dev->keybit);
drivers/hid/hid-udraw-ps3.c
347
set_bit(BTN_TOUCH, input_dev->keybit);
drivers/hid/wacom_wac.c
1260
return test_bit(BTN_TOUCH, input->key) &&
drivers/hid/wacom_wac.c
1387
input_report_key(pen_input, BTN_TOUCH, frame[0] & 0x09);
drivers/hid/wacom_wac.c
141
input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -127));
drivers/hid/wacom_wac.c
147
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
157
input_report_key(input, BTN_TOUCH, ((signed char)data[6] > -80) && !(data[5] & 0x20));
drivers/hid/wacom_wac.c
1742
input_report_key(input, BTN_TOUCH, prox);
drivers/hid/wacom_wac.c
1772
input_report_key(input, BTN_TOUCH, data[1] & 0x05);
drivers/hid/wacom_wac.c
218
input_report_key(input, BTN_TOUCH, data[4] & 0x08);
drivers/hid/wacom_wac.c
2361
wacom_map_usage(input, usage, field, EV_KEY, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
2365
wacom_map_usage(input, usage, field, EV_KEY, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
244
input_report_key(input, BTN_TOUCH, data[1] & 0x08);
drivers/hid/wacom_wac.c
248
input_report_key(input, BTN_TOUCH, data[1] & 0x01);
drivers/hid/wacom_wac.c
2619
input_report_key(input, BTN_TOUCH,
drivers/hid/wacom_wac.c
2687
wacom_map_usage(input, usage, field, EV_KEY, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
2748
input_report_key(input, BTN_TOUCH, prox);
drivers/hid/wacom_wac.c
282
input_report_key(input, BTN_TOUCH, data[1] & 0x05);
drivers/hid/wacom_wac.c
3247
input_report_key(input, BTN_TOUCH, pen);
drivers/hid/wacom_wac.c
331
input_report_key(input, BTN_TOUCH, pressure > 10);
drivers/hid/wacom_wac.c
3804
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/hid/wacom_wac.c
3969
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/hid/wacom_wac.c
399
input_report_key(input, BTN_TOUCH, data[1] & 0x01);
drivers/hid/wacom_wac.c
47
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
762
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
808
input_report_key(input, BTN_TOUCH, 0);
drivers/hid/wacom_wac.c
923
input_report_key(input, BTN_TOUCH, t > 10);
drivers/iio/adc/at91_adc.c
361
input_report_key(st->ts_input, BTN_TOUCH, 1);
drivers/iio/adc/at91_adc.c
405
input_report_key(st->ts_input, BTN_TOUCH, 0);
drivers/iio/adc/at91_adc.c
417
input_report_key(st->ts_input, BTN_TOUCH, 1);
drivers/iio/adc/at91_adc.c
462
input_report_key(st->ts_input, BTN_TOUCH, 0);
drivers/iio/adc/at91_adc.c
951
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/input-mt.c
230
input_event(dev, EV_KEY, BTN_TOUCH, count > 0);
drivers/input/input-mt.c
64
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/joydev.c
782
.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
drivers/input/keyboard/hil_kbd.c
412
btntype = BTN_TOUCH;
drivers/input/keyboard/hil_kbd.c
417
btntype = BTN_TOUCH;
drivers/input/misc/ad714x.c
1041
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/misc/ad714x.c
1071
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/misc/ad714x.c
1102
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/misc/ad714x.c
381
input_report_key(sw->input, BTN_TOUCH, 1);
drivers/input/misc/ad714x.c
388
input_report_key(sw->input, BTN_TOUCH, 0);
drivers/input/misc/ad714x.c
554
input_report_key(sw->input, BTN_TOUCH, 1);
drivers/input/misc/ad714x.c
561
input_report_key(sw->input, BTN_TOUCH, 0);
drivers/input/misc/ad714x.c
849
input_report_key(sw->input, BTN_TOUCH,
drivers/input/misc/ad714x.c
858
input_report_key(sw->input, BTN_TOUCH, 0);
drivers/input/misc/adxl34x.c
233
.ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */
drivers/input/misc/ideapad_slidebar.c
149
input_report_key(slidebar_input_dev, BTN_TOUCH, 0);
drivers/input/misc/ideapad_slidebar.c
151
input_report_key(slidebar_input_dev, BTN_TOUCH, 1);
drivers/input/misc/ideapad_slidebar.c
218
input_set_capability(slidebar_input_dev, EV_KEY, BTN_TOUCH);
drivers/input/misc/iqs269a.c
1304
EV_KEY, BTN_TOUCH);
drivers/input/misc/iqs269a.c
1406
input_report_key(iqs269->slider[i], BTN_TOUCH, state);
drivers/input/misc/iqs626a.c
1459
input_set_capability(iqs626->trackpad, EV_KEY, BTN_TOUCH);
drivers/input/misc/iqs626a.c
1576
input_report_key(iqs626->trackpad, BTN_TOUCH, state);
drivers/input/mouse/alps.c
3065
dev1->keybit[BIT_WORD(BTN_TOUCH)] |= BIT_MASK(BTN_TOUCH);
drivers/input/mouse/alps.c
326
input_report_key(dev, BTN_TOUCH, 1);
drivers/input/mouse/alps.c
328
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/mouse/alps.c
870
input_report_key(dev, BTN_TOUCH, 1);
drivers/input/mouse/alps.c
872
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/mouse/appletouch.c
615
input_report_key(dev->input, BTN_TOUCH, 1);
drivers/input/mouse/appletouch.c
629
input_report_key(dev->input, BTN_TOUCH, 0);
drivers/input/mouse/appletouch.c
735
input_report_key(dev->input, BTN_TOUCH, 1);
drivers/input/mouse/appletouch.c
749
input_report_key(dev->input, BTN_TOUCH, 0);
drivers/input/mouse/appletouch.c
910
set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/mouse/byd.c
241
input_report_key(dev, BTN_TOUCH, priv->touch);
drivers/input/mouse/byd.c
488
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/mouse/cypress_ps2.c
359
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/mouse/elantech.c
1184
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/mouse/elantech.c
353
input_report_key(dev, BTN_TOUCH, fingers != 0);
drivers/input/mouse/elantech.c
470
input_report_key(dev, BTN_TOUCH, fingers != 0);
drivers/input/mouse/elantech.c
615
input_report_key(dev, BTN_TOUCH, fingers != 0);
drivers/input/mouse/hgpk.c
373
input_report_key(idev, BTN_TOUCH, down);
drivers/input/mouse/hgpk.c
566
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/mouse/hgpk.c
584
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/mouse/lifebook.c
184
input_report_key(dev1, BTN_TOUCH, packet[0] & 0x04);
drivers/input/mouse/lifebook.c
326
input_set_capability(dev1, EV_KEY, BTN_TOUCH);
drivers/input/mouse/pc110pad.c
127
pc110pad_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/mouse/pc110pad.c
56
input_report_key(pc110pad_dev, BTN_TOUCH,
drivers/input/mouse/sentelic.c
788
input_report_key(dev, BTN_TOUCH, fgrs);
drivers/input/mouse/sentelic.c
947
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/mouse/synaptics.c
1176
if (hw.z > 30) input_report_key(dev, BTN_TOUCH, 1);
drivers/input/mouse/synaptics.c
1177
if (hw.z < 25) input_report_key(dev, BTN_TOUCH, 0);
drivers/input/mouse/synaptics.c
1369
input_set_capability(dev, EV_KEY, BTN_TOUCH);
drivers/input/mouse/synaptics_usb.c
164
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/mouse/synaptics_usb.c
166
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/mouse/synaptics_usb.c
406
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/mouse/touchkit_ps2.c
50
input_report_key(dev, BTN_TOUCH, TOUCHKIT_GET_TOUCHED(packet));
drivers/input/mouse/touchkit_ps2.c
76
dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/mouse/vsxxxaa.c
243
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/mouse/vsxxxaa.c
295
input_report_key(dev, BTN_TOUCH, touch);
drivers/input/mouse/vsxxxaa.c
348
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/mouse/vsxxxaa.c
481
__set_bit(BTN_TOUCH, input_dev->keybit); /* ...and Tablet */
drivers/input/mousedev.c
1023
.keybit = { [BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH) },
drivers/input/mousedev.c
229
case BTN_TOUCH:
drivers/input/mousedev.c
372
if (code == BTN_TOUCH &&
drivers/input/tablet/acecad.c
178
BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
drivers/input/tablet/acecad.c
76
input_report_key(dev, BTN_TOUCH, touch);
drivers/input/tablet/aiptek.c
324
BTN_TOOL_BRUSH, BTN_TOOL_MOUSE, BTN_TOOL_LENS, BTN_TOUCH,
drivers/input/tablet/aiptek.c
549
input_report_key(inputdev, BTN_TOUCH, tip);
drivers/input/tablet/kbtab.c
157
BIT_MASK(BTN_TOOL_PEN) | BIT_MASK(BTN_TOUCH);
drivers/input/tablet/pegasus_notetaker.c
163
input_report_key(dev, BTN_TOUCH, data[1] & PEN_TIP);
drivers/input/tablet/pegasus_notetaker.c
383
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/tablet/wacom_serial4.c
350
input_report_key(wacom->dev, BTN_TOUCH, button & 1);
drivers/input/tablet/wacom_serial4.c
546
set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/88pm860x-ts.c
270
__set_bit(BTN_TOUCH, touch->idev->keybit);
drivers/input/touchscreen/88pm860x-ts.c
77
input_report_key(touch->idev, BTN_TOUCH, 1);
drivers/input/touchscreen/88pm860x-ts.c
81
input_report_key(touch->idev, BTN_TOUCH, 0);
drivers/input/touchscreen/ad7877.c
354
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/ad7877.c
372
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/ad7877.c
739
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/ad7879.c
213
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/ad7879.c
235
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/ad7879.c
572
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ads7846.c
1315
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ads7846.c
231
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/ads7846.c
919
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/ar1021_i2c.c
119
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ar1021_i2c.c
54
input_report_key(input, BTN_TOUCH, button);
drivers/input/touchscreen/atmel_mxt_ts.c
2149
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/auo-pixcir-ts.c
199
input_report_key(ts->input, BTN_TOUCH, 0);
drivers/input/touchscreen/auo-pixcir-ts.c
241
input_report_key(ts->input, BTN_TOUCH, fingers > 0);
drivers/input/touchscreen/auo-pixcir-ts.c
531
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/bcm_iproc_tsc.c
213
input_report_key(priv->idev, BTN_TOUCH, priv->pen_status);
drivers/input/touchscreen/bcm_iproc_tsc.c
470
__set_bit(BTN_TOUCH, idev->keybit);
drivers/input/touchscreen/bu21029_ts.c
204
input_report_key(bu21029->in_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/bu21029_ts.c
216
input_report_key(bu21029->in_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/bu21029_ts.c
385
input_set_capability(in_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/colibri-vf50-ts.c
187
input_report_key(vf50_ts->ts_input, BTN_TOUCH, 1);
drivers/input/touchscreen/colibri-vf50-ts.c
197
input_report_key(vf50_ts->ts_input, BTN_TOUCH, 0);
drivers/input/touchscreen/colibri-vf50-ts.c
310
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/cy8ctmg110_ts.c
123
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/cy8ctmg110_ts.c
125
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/cy8ctmg110_ts.c
199
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/da9034-ts.c
130
input_report_key(touch->input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/da9034-ts.c
137
input_report_key(touch->input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/da9034-ts.c
342
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/da9052_tsi.c
118
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/da9052_tsi.c
257
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/da9052_tsi.c
86
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/dynapro.c
133
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/dynapro.c
65
input_report_key(dev, BTN_TOUCH,
drivers/input/touchscreen/eeti_ts.c
189
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/eeti_ts.c
62
input_report_key(eeti->input, BTN_TOUCH, buf[0] & REPORT_BIT_PRESSED);
drivers/input/touchscreen/egalax_ts.c
196
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/egalax_ts_serial.c
121
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/egalax_ts_serial.c
62
input_report_key(dev, BTN_TOUCH, data[0] & EGALAX_FORMAT_TOUCH_BIT);
drivers/input/touchscreen/elo.c
102
input_report_key(dev, BTN_TOUCH, elo->data[2] & ELO10_TOUCH);
drivers/input/touchscreen/elo.c
150
input_report_key(dev, BTN_TOUCH, 1);
drivers/input/touchscreen/elo.c
167
input_report_key(dev, BTN_TOUCH, !!elo->data[5]);
drivers/input/touchscreen/elo.c
188
input_report_key(dev, BTN_TOUCH, !(elo->data[1] & 0x80));
drivers/input/touchscreen/elo.c
334
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/fsl-imx25-tcq.c
281
input_report_key(priv->idev, BTN_TOUCH, 1);
drivers/input/touchscreen/fsl-imx25-tcq.c
292
input_report_key(priv->idev, BTN_TOUCH, 0);
drivers/input/touchscreen/fsl-imx25-tcq.c
538
input_set_capability(idev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/fujitsu_ts.c
120
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/fujitsu_ts.c
67
input_report_key(dev, BTN_TOUCH,
drivers/input/touchscreen/goodix.c
332
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/goodix.c
376
input_report_key(ts->input_pen, BTN_TOUCH, 1);
drivers/input/touchscreen/goodix.c
396
input_report_key(ts->input_pen, BTN_TOUCH, 0);
drivers/input/touchscreen/gunze.c
119
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/gunze.c
53
input_report_key(dev, BTN_TOUCH, gunze->data[0] == 'T');
drivers/input/touchscreen/hampshire.c
132
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/hampshire.c
64
input_report_key(dev, BTN_TOUCH,
drivers/input/touchscreen/hp680_ts_input.c
58
input_report_key(hp680_ts_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/hp680_ts_input.c
62
input_report_key(hp680_ts_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/hp680_ts_input.c
86
hp680_ts_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/htcpen.c
136
htcpen_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/htcpen.c
56
input_report_key(htcpen_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/htcpen.c
76
input_report_key(htcpen_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/hynitron-cst816x.c
144
input_set_capability(priv->input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/hynitron-cst816x.c
184
input_report_key(priv->input, BTN_TOUCH, tch.active);
drivers/input/touchscreen/imx6ul_tsc.c
303
input_report_key(tsc->input, BTN_TOUCH, 1);
drivers/input/touchscreen/imx6ul_tsc.c
307
input_report_key(tsc->input, BTN_TOUCH, 0);
drivers/input/touchscreen/imx6ul_tsc.c
411
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/inexio.c
136
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/inexio.c
67
input_report_key(dev, BTN_TOUCH, INEXIO_GET_TOUCHED(pinexio->data));
drivers/input/touchscreen/ipaq-micro-ts.c
103
input_set_capability(ts->input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ipaq-micro-ts.c
36
input_report_key(ts->input, BTN_TOUCH, 1);
drivers/input/touchscreen/ipaq-micro-ts.c
41
input_report_key(ts->input, BTN_TOUCH, 0);
drivers/input/touchscreen/jornada720_ts.c
129
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/jornada720_ts.c
73
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/jornada720_ts.c
85
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/lpc32xx_ts.c
116
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/lpc32xx_ts.c
118
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/lpc32xx_ts.c
242
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/mainstone-wm97xx.c
160
input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
drivers/input/touchscreen/max11801_ts.c
136
input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1);
drivers/input/touchscreen/max11801_ts.c
141
input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0);
drivers/input/touchscreen/max11801_ts.c
193
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/mc13783_ts.c
110
input_report_key(idev, BTN_TOUCH, cr0);
drivers/input/touchscreen/mc13783_ts.c
190
idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/migor_ts.c
139
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/touchscreen/migor_ts.c
73
input_report_key(priv->input, BTN_TOUCH, 1);
drivers/input/touchscreen/migor_ts.c
80
input_report_key(priv->input, BTN_TOUCH, 0);
drivers/input/touchscreen/mk712.c
105
input_report_key(mk712_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/mk712.c
185
mk712_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/mk712.c
96
input_report_key(mk712_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/mtouch.c
150
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/mtouch.c
68
input_report_key(dev, BTN_TOUCH, MTOUCH_GET_TOUCHED(mtouch->data));
drivers/input/touchscreen/mxs-lradc-ts.c
397
input_report_key(ts->ts_input, BTN_TOUCH, 1);
drivers/input/touchscreen/mxs-lradc-ts.c
439
input_report_key(ts->ts_input, BTN_TOUCH, 0);
drivers/input/touchscreen/mxs-lradc-ts.c
591
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/pcap_ts.c
172
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/pcap_ts.c
57
input_report_key(pcap_ts->input, BTN_TOUCH, 0);
drivers/input/touchscreen/pcap_ts.c
65
input_report_key(pcap_ts->input, BTN_TOUCH, 1);
drivers/input/touchscreen/penmount.c
106
input_report_key(dev, BTN_TOUCH, !!(pm->data[0] & 0x40));
drivers/input/touchscreen/penmount.c
122
input_report_key(dev, BTN_TOUCH, pm->data[0] & 0x40);
drivers/input/touchscreen/penmount.c
223
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/resistive-adc-touch.c
103
input_report_key(st->input, BTN_TOUCH, 1);
drivers/input/touchscreen/resistive-adc-touch.c
252
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/resistive-adc-touch.c
94
input_report_key(st->input, BTN_TOUCH, 0);
drivers/input/touchscreen/silead.c
172
input_set_capability(data->pen_input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/silead.c
237
input_report_key(data->pen_input, BTN_TOUCH, data->pen_down);
drivers/input/touchscreen/stmpe-ts.c
125
input_report_key(ts->idev, BTN_TOUCH, 0);
drivers/input/touchscreen/stmpe-ts.c
158
input_report_key(ts->idev, BTN_TOUCH, 1);
drivers/input/touchscreen/stmpe-ts.c
337
input_set_capability(idev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/sun4i-ts.c
133
input_report_key(ts->input, BTN_TOUCH, 1);
drivers/input/touchscreen/sun4i-ts.c
142
input_report_key(ts->input, BTN_TOUCH, 0);
drivers/input/touchscreen/sun4i-ts.c
298
__set_bit(BTN_TOUCH, ts->input->keybit);
drivers/input/touchscreen/surface3_spi.c
137
input_report_key(dev, BTN_TOUCH, st & 0x12);
drivers/input/touchscreen/surface3_spi.c
298
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/sx8654.c
113
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/sx8654.c
182
input_report_key(ts->input, BTN_TOUCH, 1);
drivers/input/touchscreen/sx8654.c
210
input_report_key(sx8654->input, BTN_TOUCH, 0);
drivers/input/touchscreen/sx8654.c
230
input_report_key(sx8654->input, BTN_TOUCH, 1);
drivers/input/touchscreen/sx8654.c
356
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ti_am335x_tsc.c
294
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/ti_am335x_tsc.c
331
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/ti_am335x_tsc.c
473
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/touchit213.c
105
input_report_key(dev, BTN_TOUCH,
drivers/input/touchscreen/touchit213.c
162
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/touchright.c
124
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/touchright.c
67
input_report_key(dev, BTN_TOUCH,
drivers/input/touchscreen/touchwin.c
131
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/touchwin.c
70
input_report_key(dev, BTN_TOUCH, 1);
drivers/input/touchscreen/touchwin.c
75
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/touchscreen/tps6507x-ts.c
163
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/tps6507x-ts.c
173
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/tps6507x-ts.c
247
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ts4800-ts.c
103
input_report_key(input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/ts4800-ts.c
182
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/ts4800-ts.c
90
input_report_key(input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/tsc2007_core.c
147
input_report_key(input, BTN_TOUCH, 1);
drivers/input/touchscreen/tsc2007_core.c
167
input_report_key(input, BTN_TOUCH, 0);
drivers/input/touchscreen/tsc2007_core.c
345
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/tsc200x-core.c
122
input_report_key(ts->idev, BTN_TOUCH, !!pressure);
drivers/input/touchscreen/tsc200x-core.c
128
input_report_key(ts->idev, BTN_TOUCH, 0);
drivers/input/touchscreen/tsc200x-core.c
505
input_set_capability(input_dev, EV_KEY, BTN_TOUCH);
drivers/input/touchscreen/tsc40.c
106
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/tsc40.c
36
input_report_key(dev, BTN_TOUCH, 1);
drivers/input/touchscreen/tsc40.c
55
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/touchscreen/usbtouchscreen.c
1188
input_report_key(usbtouch->input, BTN_TOUCH, usbtouch->touch);
drivers/input/touchscreen/usbtouchscreen.c
1535
input_dev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/input/touchscreen/wacom_i2c.c
134
input_report_key(input, BTN_TOUCH, tsw || ers);
drivers/input/touchscreen/wacom_i2c.c
207
__set_bit(BTN_TOUCH, input->keybit);
drivers/input/touchscreen/wacom_w8001.c
232
input_report_key(dev, BTN_TOUCH, 0);
drivers/input/touchscreen/wacom_w8001.c
254
input_report_key(dev, BTN_TOUCH, coord->tsw);
drivers/input/touchscreen/wacom_w8001.c
274
input_report_key(dev, BTN_TOUCH, coord->tsw);
drivers/input/touchscreen/wacom_w8001.c
434
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/touchscreen/wacom_w8001.c
482
__set_bit(BTN_TOUCH, dev->keybit);
drivers/input/touchscreen/wm831x-ts.c
143
input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/wm831x-ts.c
147
input_report_key(wm831x_ts->input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/wm831x-ts.c
351
__set_bit(BTN_TOUCH, input_dev->keybit);
drivers/input/touchscreen/wm97xx-core.c
397
input_report_key(wm->input_dev, BTN_TOUCH, 0);
drivers/input/touchscreen/wm97xx-core.c
432
input_report_key(wm->input_dev, BTN_TOUCH, 1);
drivers/input/touchscreen/wm97xx-core.c
570
__set_bit(BTN_TOUCH, wm->input_dev->keybit);
drivers/macintosh/ams/ams-input.c
73
input_set_capability(input, EV_KEY, BTN_TOUCH);
drivers/media/rc/imon.c
1110
input_report_key(ictx->touch, BTN_TOUCH, 0x00);
drivers/media/rc/imon.c
1390
input_report_key(ictx->touch, BTN_TOUCH, 0x01);
drivers/media/rc/imon.c
2108
touch->keybit[BIT_WORD(BTN_TOUCH)] =
drivers/media/rc/imon.c
2109
BIT_MASK(BTN_TOUCH);
drivers/mfd/ucb1x00-ts.c
389
idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH);
drivers/mfd/ucb1x00-ts.c
61
input_report_key(idev, BTN_TOUCH, 1);
drivers/mfd/ucb1x00-ts.c
70
input_report_key(idev, BTN_TOUCH, 0);
drivers/misc/ibmasm/remote.c
218
set_bit(BTN_TOUCH, mouse_dev->keybit);