Symbol: BTN_TOOL_FINGER
drivers/hid/hid-debug.c
3301
[BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
drivers/hid/hid-input.c
1002
map_key_clear(BTN_TOOL_FINGER);
drivers/hid/hid-input.c
991
map_key(BTN_TOOL_FINGER);
drivers/hid/hid-magicmouse.c
592
__set_bit(BTN_TOOL_FINGER, input->keybit);
drivers/hid/hid-magicmouse.c
605
__set_bit(BTN_TOOL_FINGER, input->keybit);
drivers/hid/hid-ntrig.c
875
__clear_bit(BTN_TOOL_FINGER, input->keybit);
drivers/hid/hid-udraw-ps3.c
215
input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER,
drivers/hid/hid-udraw-ps3.c
224
input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, 0);
drivers/hid/hid-udraw-ps3.c
319
set_bit(BTN_TOOL_FINGER, input_dev->keybit);
drivers/input/input-mt.c
177
input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1);
drivers/input/input-mt.c
71
__set_bit(BTN_TOOL_FINGER, dev->keybit);
drivers/input/mouse/alps.c
3066
dev1->keybit[BIT_WORD(BTN_TOOL_FINGER)] |= BIT_MASK(BTN_TOOL_FINGER);
drivers/input/mouse/alps.c
320
input_report_key(dev, BTN_TOOL_FINGER, 0);
drivers/input/mouse/alps.c
336
input_report_key(dev, BTN_TOOL_FINGER, z > 0);
drivers/input/mouse/alps.c
880
input_report_key(dev, BTN_TOOL_FINGER, z > 0);
drivers/input/mouse/appletouch.c
433
input_report_key(input, BTN_TOOL_FINGER, fingers == 1);
drivers/input/mouse/appletouch.c
911
set_bit(BTN_TOOL_FINGER, input_dev->keybit);
drivers/input/mouse/byd.c
242
input_report_key(dev, BTN_TOOL_FINGER, priv->touch);
drivers/input/mouse/byd.c
489
__set_bit(BTN_TOOL_FINGER, dev->keybit);
drivers/input/mouse/cypress_ps2.c
360
__set_bit(BTN_TOOL_FINGER, input->keybit);
drivers/input/mouse/elantech.c
1185
__set_bit(BTN_TOOL_FINGER, dev->keybit);
drivers/input/mouse/elantech.c
366
input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
drivers/input/mouse/elantech.c
476
input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
drivers/input/mouse/elantech.c
621
input_report_key(dev, BTN_TOOL_FINGER, fingers == 1);
drivers/input/mouse/hgpk.c
567
__set_bit(BTN_TOOL_FINGER, input->keybit);
drivers/input/mouse/hgpk.c
585
__set_bit(BTN_TOOL_FINGER, input->keybit);
drivers/input/mouse/sentelic.c
789
input_report_key(dev, BTN_TOOL_FINGER, fgrs == 1);
drivers/input/mouse/sentelic.c
948
__set_bit(BTN_TOOL_FINGER, dev->keybit);
drivers/input/mouse/synaptics.c
1188
input_report_key(dev, BTN_TOOL_FINGER, num_fingers == 1);
drivers/input/mouse/synaptics.c
1370
input_set_capability(dev, EV_KEY, BTN_TOOL_FINGER);
drivers/input/mouse/synaptics_usb.c
177
input_report_key(input_dev, BTN_TOOL_FINGER, num_fingers == 1);
drivers/input/mouse/synaptics_usb.c
407
__set_bit(BTN_TOOL_FINGER, input_dev->keybit);
drivers/input/mousedev.c
1032
.keybit = { [BIT_WORD(BTN_TOOL_FINGER)] =
drivers/input/mousedev.c
1033
BIT_MASK(BTN_TOOL_FINGER) },
drivers/input/mousedev.c
358
if (test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
drivers/input/mousedev.c
373
test_bit(BTN_TOOL_FINGER, handle->dev->keybit))
drivers/input/tablet/hanwang.c
206
input_report_key(input_dev, BTN_TOOL_FINGER,
drivers/input/tablet/hanwang.c
216
input_report_key(input_dev, BTN_TOOL_FINGER, data[1] ||
drivers/input/tablet/hanwang.c
96
BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
drivers/input/touchscreen/wacom_w8001.c
181
w8001->type = count == 1 ? BTN_TOOL_FINGER : KEY_RESERVED;
drivers/input/touchscreen/wacom_w8001.c
241
case BTN_TOOL_FINGER:
drivers/input/touchscreen/wacom_w8001.c
278
w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED;