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

/linux-master/include/linux/input/
H A Dtouchscreen.h20 void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
30 bool multitouch);
/linux-master/drivers/input/
H A Dtouchscreen.c55 * @multitouch: specifies whether parsed properties should be applied to
65 void touchscreen_parse_properties(struct input_dev *input, bool multitouch, argument
78 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X;
79 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y;
107 axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE;
189 * @multitouch: Report coordinates on single-touch or multi-touch axes
198 bool multitouch)
201 input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x);
202 input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y);
195 touchscreen_report_pos(struct input_dev *input, const struct touchscreen_properties *prop, unsigned int x, unsigned int y, bool multitouch) argument
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c313 u8 multitouch; member in struct:mxt_data
1797 data->multitouch = MXT_TOUCH_MULTI_T9;
1822 data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100;
2100 switch (data->multitouch) {
2116 dev_err(dev, "Invalid multitouch object\n");
2154 if (data->multitouch == MXT_TOUCH_MULTI_T9 ||
2155 (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
2175 if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) {
2189 if (data->multitouch == MXT_TOUCH_MULTI_T9 ||
2190 (data->multitouch
[all...]
/linux-master/tools/testing/selftests/hid/
H A DMakefile14 TEST_PROGS += hid-multitouch.sh
/linux-master/drivers/hid/
H A DMakefile88 obj-$(CONFIG_HID_MULTITOUCH) += hid-multitouch.o

Completed in 251 milliseconds