Home
last modified time | relevance | path

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

/drivers/input/
A Dtouchscreen.c65 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()
/drivers/input/touchscreen/
A Datmel_mxt_ts.c313 u8 multitouch; member
1797 data->multitouch = MXT_TOUCH_MULTI_T9; in mxt_parse_object_table()
1822 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100; in mxt_parse_object_table()
2100 switch (data->multitouch) { in mxt_initialize_input_device()
2154 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
2175 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) { in mxt_initialize_input_device()
2189 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
2196 if (data->multitouch == MXT_TOUCH_MULTI_T9 || in mxt_initialize_input_device()
2203 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device()
2209 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 && in mxt_initialize_input_device()
[all …]
/drivers/input/mouse/
A DKconfig245 The BCM5974 is the multitouch trackpad found in the Macbook
250 This driver provides multitouch functionality together with
/drivers/hid/
A DMakefile92 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
A DKconfig769 Generic support for HID multitouch panels.
791 - Panasonic multitouch panels
798 - SiS multitouch panels
799 - Stantum multitouch panels
810 module will be called hid-multitouch.

Completed in 17 milliseconds