Searched refs:multitouch (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/input/ |
| H A D | touchscreen.c | 66 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument 79 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 80 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 108 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties() 199 bool multitouch) in touchscreen_report_pos() argument 202 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos() 203 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
|
| /linux/include/linux/input/ |
| H A D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, 30 bool multitouch);
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 314 u8 multitouch; member 1798 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table() 1823 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table() 2101 switch (data->multitouch) { in mxt_initialize_input_device() 2155 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2156 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2176 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device() 2190 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2191 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2197 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-multitouch | 7 MT_QUIRKS_* in hid-multitouch.c).
|
| /linux/tools/testing/selftests/hid/ |
| H A D | Makefile | 14 TEST_PROGS += hid-multitouch.sh
|
| /linux/Documentation/input/ |
| H A D | event-codes.rst | 37 space, such as with the multitouch protocol. 181 Note: In multitouch drivers, the input_mt_report_finger_count() function should 252 - Used to describe multitouch input events. Please see
|
| /linux/drivers/input/mouse/ |
| H A D | Kconfig | 245 The BCM5974 is the multitouch trackpad found in the Macbook 250 This driver provides multitouch functionality together with
|
| /linux/Documentation/input/devices/ |
| H A D | elantech.rst | 638 v4 hardware is a true multitouch touchpad, capable of tracking up to 5 fingers.
|
| /linux/ |
| H A D | MAINTAINERS | 2508 F: Documentation/devicetree/bindings/input/touchscreen/apple,z2-multitouch.yaml
|