Searched refs:BTN_TOOL_FINGER (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-udraw-ps3.c | 215 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, in udraw_raw_event() 224 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, 0); in udraw_raw_event() 319 set_bit(BTN_TOOL_FINGER, input_dev->keybit); in udraw_setup_touch()
|
| H A D | hid-ntrig.c | 875 __clear_bit(BTN_TOOL_FINGER, input->keybit); in ntrig_input_configured()
|
| H A D | hid-debug.c | 3301 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
|
| /linux/drivers/input/tablet/ |
| H A D | hanwang.c | 96 BTN_TOOL_MOUSE, BTN_TOOL_FINGER, 206 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet() 216 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
|
| /linux/drivers/input/mouse/ |
| H A D | byd.c | 242 input_report_key(dev, BTN_TOOL_FINGER, priv->touch); in byd_report_input() 489 __set_bit(BTN_TOOL_FINGER, dev->keybit); in byd_init()
|
| H A D | sentelic.c | 789 input_report_key(dev, BTN_TOOL_FINGER, fgrs == 1); in fsp_process_byte() 948 __set_bit(BTN_TOOL_FINGER, dev->keybit); in fsp_set_input_params()
|
| H A D | elantech.c | 366 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v1() 476 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v2() 621 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v3() 1185 __set_bit(BTN_TOOL_FINGER, dev->keybit); in elantech_set_input_params()
|
| H A D | cypress_ps2.c | 360 __set_bit(BTN_TOOL_FINGER, input->keybit); in cypress_set_input_params()
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 358 if (test_bit(BTN_TOOL_FINGER, handle->dev->keybit)) in mousedev_event() 373 test_bit(BTN_TOOL_FINGER, handle->dev->keybit)) in mousedev_event() 1032 .keybit = { [BIT_WORD(BTN_TOOL_FINGER)] = 1033 BIT_MASK(BTN_TOOL_FINGER) },
|
| H A D | input-mt.c | 71 __set_bit(BTN_TOOL_FINGER, dev->keybit); in input_mt_init_slots() 177 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); in input_mt_report_finger_count()
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 160 Note: Historically a touch device with BTN_TOOL_FINGER and BTN_TOUCH was 162 BTN_TOOL_FINGER was interpreted as a touchscreen. For backwards compatibility 167 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 408 #define BTN_TOOL_FINGER 0x145 407 #define BTN_TOOL_FINGER global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 408 #define BTN_TOOL_FINGER 0x145 macro
|