Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dbu21013_ts.c196 int finger_down_count = 0; in bu21013_do_touch_report() local
217 pos_x[finger_down_count] = x; in bu21013_do_touch_report()
218 pos_y[finger_down_count] = y; in bu21013_do_touch_report()
219 finger_down_count++; in bu21013_do_touch_report()
222 if (finger_down_count) { in bu21013_do_touch_report()
223 if (finger_down_count == 2 && in bu21013_do_touch_report()
229 for (i = 0; i < finger_down_count; i++) { in bu21013_do_touch_report()