multitouch        307 drivers/input/touchscreen/atmel_mxt_ts.c 	u8 multitouch;
multitouch       1675 drivers/input/touchscreen/atmel_mxt_ts.c 			data->multitouch = MXT_TOUCH_MULTI_T9;
multitouch       1689 drivers/input/touchscreen/atmel_mxt_ts.c 			data->multitouch = MXT_TOUCH_MULTITOUCHSCREEN_T100;
multitouch       1966 drivers/input/touchscreen/atmel_mxt_ts.c 	switch (data->multitouch) {
multitouch       2016 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTI_T9 ||
multitouch       2017 drivers/input/touchscreen/atmel_mxt_ts.c 	    (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
multitouch       2037 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100) {
multitouch       2051 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTI_T9 ||
multitouch       2052 drivers/input/touchscreen/atmel_mxt_ts.c 	    (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
multitouch       2058 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTI_T9 ||
multitouch       2059 drivers/input/touchscreen/atmel_mxt_ts.c 	    (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
multitouch       2065 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
multitouch       2071 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch == MXT_TOUCH_MULTITOUCHSCREEN_T100 &&
multitouch       2653 drivers/input/touchscreen/atmel_mxt_ts.c 	if (data->multitouch) {
multitouch         64 drivers/input/touchscreen/of_touchscreen.c void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
multitouch         77 drivers/input/touchscreen/of_touchscreen.c 	axis = multitouch ? ABS_MT_POSITION_X : ABS_X;
multitouch         91 drivers/input/touchscreen/of_touchscreen.c 	axis = multitouch ? ABS_MT_POSITION_Y : ABS_Y;
multitouch        105 drivers/input/touchscreen/of_touchscreen.c 	axis = multitouch ? ABS_MT_PRESSURE : ABS_PRESSURE;
multitouch        120 drivers/input/touchscreen/of_touchscreen.c 	axis = multitouch ? ABS_MT_POSITION_X : ABS_X;
multitouch        198 drivers/input/touchscreen/of_touchscreen.c 			    bool multitouch)
multitouch        201 drivers/input/touchscreen/of_touchscreen.c 	input_report_abs(input, multitouch ? ABS_MT_POSITION_X : ABS_X, x);
multitouch        202 drivers/input/touchscreen/of_touchscreen.c 	input_report_abs(input, multitouch ? ABS_MT_POSITION_Y : ABS_Y, y);
multitouch         20 include/linux/input/touchscreen.h void touchscreen_parse_properties(struct input_dev *input, bool multitouch,
multitouch         30 include/linux/input/touchscreen.h 			    bool multitouch);