Searched refs:ABS_MT_TOOL_TYPE (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/input/ ! |
| H A D | multi-touch-protocol.rst | 222 The ABS_MT_TOOL_TYPE may be used to specify whether the touching tool is a 226 In the type B protocol, ABS_MT_TOOL_TYPE and ABS_MT_TRACKING_ID are 314 ABS_MT_TOOL_TYPE 320 instead use input_mt_report_slot_state(). A contact's ABS_MT_TOOL_TYPE may
|
| /linux/tools/testing/selftests/hid/tests/ ! |
| H A D | test_multitouch.py | 1072 if evdev.absinfo[libevdev.EV_ABS.ABS_MT_TOOL_TYPE] is not None: 1075 libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_TOOL_TYPE, 2) in events 1772 if evdev.absinfo[libevdev.EV_ABS.ABS_MT_TOOL_TYPE] is not None: 1774 assert libevdev.InputEvent(libevdev.EV_ABS.ABS_MT_TOOL_TYPE, 2) in events
|
| /linux/drivers/input/rmi4/ ! |
| H A D | rmi_2d_sensor.c | 185 input_set_abs_params(input, ABS_MT_TOOL_TYPE, in rmi_2d_sensor_set_input_params()
|
| /linux/include/dt-bindings/input/ ! |
| H A D | linux-event-codes.h | 919 #define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */ 914 #define ABS_MT_TOOL_TYPE global() macro
|
| /linux/drivers/input/ ! |
| H A D | input-mt.c | 158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
|
| /linux/include/uapi/linux/ ! |
| H A D | input-event-codes.h | 919 #define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */ macro
|
| /linux/drivers/input/touchscreen/ ! |
| H A D | wacom_w8001.c | 532 input_set_abs_params(dev, ABS_MT_TOOL_TYPE, in w8001_setup_touch()
|
| H A D | hideep.c | 812 input_set_abs_params(ts->input_dev, ABS_MT_TOOL_TYPE, in hideep_init_input()
|
| H A D | elants_i2c.c | 1504 input_set_abs_params(ts->input, ABS_MT_TOOL_TYPE, in elants_i2c_probe()
|
| H A D | melfas_mip4.c | 1478 input_set_abs_params(input, ABS_MT_TOOL_TYPE, 0, MT_TOOL_PALM, 0, 0); in mip4_probe()
|
| H A D | atmel_mxt_ts.c | 2177 input_set_abs_params(input_dev, ABS_MT_TOOL_TYPE, in mxt_initialize_input_device()
|
| /linux/drivers/hid/ ! |
| H A D | hid-multitouch.c | 842 ABS_MT_TOOL_TYPE, in mt_touch_input_mapping() 884 ABS_MT_TOOL_TYPE, in mt_touch_input_mapping()
|
| H A D | hid-debug.c | 3532 [ABS_MT_TOOL_TYPE] = "MTToolType",
|