Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dbu21013_ts.c193 int finger_down_count = 0; in bu21013_do_touch_report() local
212 touchscreen_set_mt_pos(&pos[finger_down_count++], in bu21013_do_touch_report()
216 if (finger_down_count == 2 && in bu21013_do_touch_report()
222 input_mt_assign_slots(input, slots, pos, finger_down_count, DELTA_MIN); in bu21013_do_touch_report()
223 for (i = 0; i < finger_down_count; i++) { in bu21013_do_touch_report()