Searched refs:multitouch (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/input/ |
D | touchscreen.c | 65 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument 78 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 79 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE; 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()
|
/linux-6.1.9/include/linux/input/ |
D | touchscreen.h | 20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, 30 bool multitouch);
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-driver-hid-multitouch | 7 MT_QUIRKS_* in hid-multitouch.c).
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 312 u8 multitouch; member 1760 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table() 1777 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table() 2054 switch (data->multitouch) { in mxt_initialize_input_device() 2104 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2105 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2125 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device() 2139 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() 2140 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device() 2146 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device() [all …]
|
/linux-6.1.9/Documentation/input/ |
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 246 - Used to describe multitouch input events. Please see
|
/linux-6.1.9/drivers/hid/ |
D | Makefile | 83 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
|
D | Kconfig | 700 Generic support for HID multitouch panels. 721 - Panasonic multitouch panels 728 - SiS multitouch panels 729 - Stantum multitouch panels 740 module will be called hid-multitouch.
|
/linux-6.1.9/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-6.1.9/Documentation/devicetree/bindings/display/panel/ |
D | panel-simple.yaml | 124 # capacitive multitouch
|
/linux-6.1.9/Documentation/input/devices/ |
D | elantech.rst | 638 v4 hardware is a true multitouch touchpad, capable of tracking up to 5 fingers.
|