Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mta.c48 input_report_key(input, BTN_TOOL_FINGER, CY_BTN_PRESSED); in cyttsp5_input_report()
52 input_report_key(input, BTN_TOOL_FINGER, CY_BTN_RELEASED); in cyttsp5_input_report()
65 input_report_key(md->input, BTN_TOOL_FINGER, CY_BTN_RELEASED); in cyttsp5_report_slot_liftoff()
73 __set_bit(BTN_TOOL_FINGER, input->keybit); in cyttsp5_input_register_device()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dhanwang.c99 BTN_TOOL_MOUSE, BTN_TOOL_FINGER,
209 input_report_key(input_dev, BTN_TOOL_FINGER, in hanwang_parse_packet()
219 input_report_key(input_dev, BTN_TOOL_FINGER, data[1] || in hanwang_parse_packet()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-udraw-ps3.c215 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 Dhid-magicmouse.c443 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input()
456 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dbyd.c242 input_report_key(dev, BTN_TOOL_FINGER, priv->touch); in byd_report_input()
492 __set_bit(BTN_TOOL_FINGER, dev->keybit); in byd_init()
H A Dnavpoint.c100 input_report_key(navpoint->input, BTN_TOOL_FINGER, finger); in navpoint_packet()
257 __set_bit(BTN_TOOL_FINGER, input->keybit); in navpoint_probe()
H A Dsynaptics_usb.c177 input_report_key(input_dev, BTN_TOOL_FINGER, num_fingers == 1); in synusb_report_touchpad()
407 __set_bit(BTN_TOOL_FINGER, input_dev->keybit); in synusb_probe()
H A Delantech.c366 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()
1184 __set_bit(BTN_TOOL_FINGER, dev->keybit); in elantech_set_input_params()
H A Dhgpk.c567 __set_bit(BTN_TOOL_FINGER, input->keybit); in hgpk_setup_input_device()
585 __set_bit(BTN_TOOL_FINGER, input->keybit); in hgpk_setup_input_device()
H A Dsentelic.c789 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 Dappletouch.c434 input_report_key(input, BTN_TOOL_FINGER, fingers == 1); in atp_report_fingers()
914 set_bit(BTN_TOOL_FINGER, input_dev->keybit); in atp_probe()
H A Dalps.c320 input_report_key(dev, BTN_TOOL_FINGER, 0); in alps_process_packet_v1_v2()
336 input_report_key(dev, BTN_TOOL_FINGER, z > 0); in alps_process_packet_v1_v2()
880 input_report_key(dev, BTN_TOOL_FINGER, z > 0); in alps_process_packet_v6()
3061 dev1->keybit[BIT_WORD(BTN_TOOL_FINGER)] |= BIT_MASK(BTN_TOOL_FINGER); in alps_init()
H A Dsynaptics.c1149 input_report_key(dev, BTN_TOOL_FINGER, num_fingers == 1); in synaptics_process_packet()
1332 input_set_capability(dev, EV_KEY, BTN_TOOL_FINGER); in set_input_params()
H A Dcypress_ps2.c399 __set_bit(BTN_TOOL_FINGER, input->keybit); in cypress_set_input_params()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w8001.c181 w8001->type = count == 1 ? BTN_TOOL_FINGER : KEY_RESERVED; in parse_multi_touch()
241 case BTN_TOOL_FINGER: in report_pen_events()
278 w8001->type = coord->tsw ? BTN_TOOL_FINGER : KEY_RESERVED; in report_single_touch()
/OK3568_Linux_fs/kernel/drivers/input/
H A Dmousedev.c358 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 Dinput-mt.c67 __set_bit(BTN_TOOL_FINGER, dev->keybit); in input_mt_init_slots()
176 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); in input_mt_report_finger_count()
/OK3568_Linux_fs/kernel/Documentation/input/
H A 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:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h406 #define BTN_TOOL_FINGER 0x145 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h406 #define BTN_TOOL_FINGER 0x145 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h405 #define BTN_TOOL_FINGER 0x145 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h383 #define BTN_TOOL_FINGER 0x145 macro
H A Dlinux-event-codes.h407 #define BTN_TOOL_FINGER 0x145 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h407 #define BTN_TOOL_FINGER 0x145 macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_ts.c717 input_report_key(ts->finger_idev, BTN_TOOL_FINGER, true); in elants_a_report()
732 input_report_key(ts->finger_idev, BTN_TOOL_FINGER, true); in elants_a_report()
748 input_report_key(ts->finger_idev, BTN_TOOL_FINGER, false); in elants_a_report()
1179 __set_bit(BTN_TOOL_FINGER, ts->finger_idev->keybit); in elan_request_finger_input_dev()

12