Searched refs:multitouch (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | of_touchscreen.c | 64 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument 77 axis = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 91 axis = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 105 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties() 120 axis = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 198 bool multitouch) in touchscreen_report_pos() argument 201 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos() 202 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
|
| D | atmel_mxt_ts.c | 307 u8 multitouch; member 1675 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table() 1689 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table() 1966 switch (data->multitouch) { in mxt_initialize_input_device() 2016 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2017 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2037 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device() 2051 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2052 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2058 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() [all …]
|
| /Linux-v5.4/include/linux/input/ |
| D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, 30 bool multitouch);
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-hid-multitouch | 7 MT_QUIRKS_* in hid-multitouch.c).
|
| /Linux-v5.4/Documentation/input/ |
| D | event-codes.rst | 37 space, such as with the multitouch protocol. 177 Note: In multitouch drivers, the input_mt_report_finger_count() function should 236 - Used to describe multitouch input events. Please see
|
| /Linux-v5.4/drivers/hid/ |
| D | Makefile | 75 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
|
| D | Kconfig | 662 Generic support for HID multitouch panels. 683 - Panasonic multitouch panels 690 - SiS multitouch panels 691 - Stantum multitouch panels 702 module will be called hid-multitouch.
|
| /Linux-v5.4/drivers/input/mouse/ |
| D | Kconfig | 245 The BCM5974 is the multitouch trackpad found in the Macbook 250 This driver provides multitouch functionality together with
|
| /Linux-v5.4/Documentation/input/devices/ |
| D | elantech.rst | 638 v4 hardware is a true multitouch touchpad, capable of tracking up to 5 fingers.
|