Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dbu21013_ts.c192 int finger_down_count = 0; in bu21013_do_touch_report() local
213 pos_x[finger_down_count] = x; in bu21013_do_touch_report()
214 pos_y[finger_down_count] = y; in bu21013_do_touch_report()
215 finger_down_count++; in bu21013_do_touch_report()
218 if (finger_down_count) { in bu21013_do_touch_report()
219 if (finger_down_count == 2 && in bu21013_do_touch_report()
225 for (i = 0; i < finger_down_count; i++) { in bu21013_do_touch_report()