Searched refs:multitouch (Results 1 – 5 of 5) sorted by relevance
65 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, in touchscreen_parse_properties() argument78 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() argument201 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()
313 u8 multitouch; member1797 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 …]
245 The BCM5974 is the multitouch trackpad found in the Macbook250 This driver provides multitouch functionality together with
92 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o
769 Generic support for HID multitouch panels.791 - Panasonic multitouch panels798 - SiS multitouch panels799 - Stantum multitouch panels810 module will be called hid-multitouch.
Completed in 17 milliseconds