Searched refs:multitouch (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | of_touchscreen.c | 64 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument 77 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 78 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 106 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; in touchscreen_parse_properties() 197 bool multitouch) in touchscreen_report_pos() argument 200 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x); in touchscreen_report_pos() 201 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y); in touchscreen_report_pos()
|
| H A D | atmel_mxt_ts.c | 309 u8 multitouch; member 1717 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table() 1734 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table() 2011 switch (data->multitouch) { in mxt_initialize_input_device() 2061 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2062 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2082 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device() 2096 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2097 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2103 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, 30 bool multitouch);
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-multitouch | 7 MT_QUIRKS_* in hid-multitouch.c).
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | mtdev_1.1.6.bb | 4 multitouch events to the slotted type B protocol. The events put into mtdev may \
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | Makefile | 79 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
|
| H A D | Kconfig | 680 Generic support for HID multitouch panels. 701 - Panasonic multitouch panels 708 - SiS multitouch panels 709 - Stantum multitouch panels 720 module will be called hid-multitouch.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | elantech.rst | 638 v4 hardware is a true multitouch touchpad, capable of tracking up to 5 fingers.
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin | |
| H A D | modules.builtin.modinfo | |
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 67334 Add missing labels for multitouch valuators 79110 Merge remote-tracking branch 'whot/multitouch' 79863 Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into multitouch 115908 Add labels for multitouch valuators 115911 Without these definitions, the multitouch axes are not correctly labelled.
|