Home
last modified time | relevance | path

Searched refs:BTN_TOOL_FINGER (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/hid/
Dhid-udraw-ps3.c223 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, in udraw_raw_event()
232 input_report_key(udraw->touch_input_dev, BTN_TOOL_FINGER, 0); in udraw_raw_event()
327 set_bit(BTN_TOOL_FINGER, input_dev->keybit); in udraw_setup_touch()
Dhid-magicmouse.c392 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input()
Dhid-ntrig.c879 __clear_bit(BTN_TOOL_FINGER, input->keybit); in ntrig_input_configured()
Dhid-debug.c882 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
Dhid-input.c777 case 0x22: map_key(BTN_TOOL_FINGER); break; in hidinput_configure_usage()
/Linux-v4.19/drivers/input/tablet/
Dhanwang.c113 BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
223 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
233 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
/Linux-v4.19/drivers/input/mouse/
Dbyd.c245 input_report_key(dev, BTN_TOOL_FINGER, priv->touch); in byd_report_input()
495 __set_bit(BTN_TOOL_FINGER, dev->keybit); in byd_init()
Dnavpoint.c103 input_report_key(navpoint->input, BTN_TOOL_FINGER, finger); in navpoint_packet()
260 __set_bit(BTN_TOOL_FINGER, input->keybit); in navpoint_probe()
Dsynaptics_usb.c181 input_report_key(input_dev, BTN_TOOL_FINGER, num_fingers == 1); in synusb_report_touchpad()
411 __set_bit(BTN_TOOL_FINGER, input_dev->keybit); in synusb_probe()
Delantech.c282 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v1()
392 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v2()
524 input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); in elantech_report_absolute_v3()
1211 __set_bit(BTN_TOOL_FINGER, dev->keybit); in elantech_set_input_params()
Dhgpk.c570 __set_bit(BTN_TOOL_FINGER, input->keybit); in hgpk_setup_input_device()
588 __set_bit(BTN_TOOL_FINGER, input->keybit); in hgpk_setup_input_device()
Dsentelic.c802 input_report_key(dev, BTN_TOOL_FINGER, fgrs == 1); in fsp_process_byte()
961 __set_bit(BTN_TOOL_FINGER, dev->keybit); in fsp_set_input_params()
Dappletouch.c448 input_report_key(input, BTN_TOOL_FINGER, fingers == 1); in atp_report_fingers()
928 set_bit(BTN_TOOL_FINGER, input_dev->keybit); in atp_probe()
Dalps.c322 input_report_key(dev, BTN_TOOL_FINGER, 0); in alps_process_packet_v1_v2()
338 input_report_key(dev, BTN_TOOL_FINGER, z > 0); in alps_process_packet_v1_v2()
882 input_report_key(dev, BTN_TOOL_FINGER, z > 0); in alps_process_packet_v6()
3046 dev1->keybit[BIT_WORD(BTN_TOOL_FINGER)] |= BIT_MASK(BTN_TOOL_FINGER); in alps_init()
Dcypress_ps2.c402 __set_bit(BTN_TOOL_FINGER, input->keybit); in cypress_set_input_params()
Dsynaptics.c1136 input_report_key(dev, BTN_TOOL_FINGER, num_fingers == 1); in synaptics_process_packet()
1319 input_set_capability(dev, EV_KEY, BTN_TOOL_FINGER); in set_input_params()
/Linux-v4.19/drivers/input/touchscreen/
Dwacom_w8001.c179 w8001->type = count == 1 ? BTN_TOOL_FINGER : KEY_RESERVED; in parse_multi_touch()
239 case BTN_TOOL_FINGER: in report_pen_events()
276 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED; in report_single_touch()
/Linux-v4.19/drivers/input/
Dinput-mt.c70 __set_bit(BTN_TOOL_FINGER, dev->keybit); in input_mt_init_slots()
179 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); in input_mt_report_finger_count()
Dmousedev.c361 if (test_bit(BTN_TOOL_FINGER, handle->dev->keybit)) in mousedev_event()
376 test_bit(BTN_TOOL_FINGER, handle->dev->keybit)) in mousedev_event()
1035 .keybit = { [BIT_WORD(BTN_TOOL_FINGER)] =
1036 BIT_MASK(BTN_TOOL_FINGER) },
/Linux-v4.19/Documentation/input/
Devent-codes.rst156 Note: Historically a touch device with BTN_TOOL_FINGER and BTN_TOUCH was
158 BTN_TOOL_FINGER was interpreted as a touchscreen. For backwards compatibility
163 * BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP, BTN_TOOL_QUADTAP:
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h406 #define BTN_TOOL_FINGER 0x145 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h406 #define BTN_TOOL_FINGER 0x145 macro