Home
last modified time | relevance | path

Searched refs:multitouch (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dof_touchscreen.c67 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument
79 axis = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties()
90 axis = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties()
101 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties()
116 axis = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties()
182 bool multitouch) in touchscreen_report_pos() argument
185 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos()
186 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
Datmel_mxt_ts.c323 u8 multitouch; member
1690 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table()
1704 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table()
1981 switch (data->multitouch) { in mxt_initialize_input_device()
2031 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
2032 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device()
2052 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device()
2066 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
2067 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device()
2073 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
[all …]
/Linux-v4.19/include/linux/input/
Dtouchscreen.h23 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
33 bool multitouch);
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-hid-multitouch7 MT_QUIRKS_* in hid-multitouch.c).
/Linux-v4.19/Documentation/input/
Devent-codes.rst37 space, such as with the multitouch protocol.
177 Note: In multitouch drivers, the input_mt_report_finger_count() function should
217 - Used to describe multitouch input events. Please see
/Linux-v4.19/drivers/hid/
DMakefile71 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
DKconfig613 Generic support for HID multitouch panels.
634 - Panasonic multitouch panels
641 - SiS multitouch panels
642 - Stantum multitouch panels
653 module will be called hid-multitouch.
/Linux-v4.19/drivers/input/mouse/
DKconfig244 The BCM5974 is the multitouch trackpad found in the Macbook
249 This driver provides multitouch functionality together with
/Linux-v4.19/Documentation/input/devices/
Delantech.rst638 v4 hardware is a true multitouch touchpad, capable of tracking up to 5 fingers.