Home
last modified time | relevance | path

Searched refs:ABS_MT_TOOL_TYPE (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/input/ !
H A Dmulti-touch-protocol.rst222 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 Dtest_multitouch.py1072 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 Drmi_2d_sensor.c185 input_set_abs_params(input, ABS_MT_TOOL_TYPE, in rmi_2d_sensor_set_input_params()
/linux/include/dt-bindings/input/ !
H A Dlinux-event-codes.h919 #define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */
914 #define ABS_MT_TOOL_TYPE global() macro
/linux/drivers/input/ !
H A Dinput-mt.c158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
/linux/include/uapi/linux/ !
H A Dinput-event-codes.h919 #define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */ macro
/linux/drivers/input/touchscreen/ !
H A Dwacom_w8001.c532 input_set_abs_params(dev, ABS_MT_TOOL_TYPE, in w8001_setup_touch()
H A Dhideep.c812 input_set_abs_params(ts->input_dev, ABS_MT_TOOL_TYPE, in hideep_init_input()
H A Delants_i2c.c1504 input_set_abs_params(ts->input, ABS_MT_TOOL_TYPE, in elants_i2c_probe()
H A Dmelfas_mip4.c1478 input_set_abs_params(input, ABS_MT_TOOL_TYPE, 0, MT_TOOL_PALM, 0, 0); in mip4_probe()
H A Datmel_mxt_ts.c2177 input_set_abs_params(input_dev, ABS_MT_TOOL_TYPE, in mxt_initialize_input_device()
/linux/drivers/hid/ !
H A Dhid-multitouch.c842 ABS_MT_TOOL_TYPE, in mt_touch_input_mapping()
884 ABS_MT_TOOL_TYPE, in mt_touch_input_mapping()
H A Dhid-debug.c3532 [ABS_MT_TOOL_TYPE] = "MTToolType",