/kernel/linux/linux-5.10/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-magicmouse.c | 443 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input() 456 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input()
|
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | hanwang.c | 99 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()
|
/kernel/linux/linux-6.6/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-magicmouse.c | 569 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input() 582 __set_bit(BTN_TOOL_FINGER, input->keybit); in magicmouse_setup_input()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | navpoint.c | 100 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 D | byd.c | 242 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 D | synaptics_usb.c | 177 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 D | hgpk.c | 567 __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 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 | appletouch.c | 434 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 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()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | navpoint.c | 100 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 D | byd.c | 242 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 D | synaptics_usb.c | 177 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 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 | hgpk.c | 567 __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 D | appletouch.c | 434 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()
|
/kernel/linux/linux-5.10/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 | 67 __set_bit(BTN_TOOL_FINGER, dev->keybit); in input_mt_init_slots() 168 * Reports the contact count via BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, 176 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); in input_mt_report_finger_count() 229 * Force reporting BTN_TOOL_FINGER for devices that in input_mt_report_pointer_emulation()
|
/kernel/linux/linux-6.6/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 | 68 __set_bit(BTN_TOOL_FINGER, dev->keybit); in input_mt_init_slots() 169 * Reports the contact count via BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, 177 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); in input_mt_report_finger_count() 230 * Force reporting BTN_TOOL_FINGER for devices that in input_mt_report_pointer_emulation()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 181 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | wacom_w8001.c | 181 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()
|