Searched refs:finger_down_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | bu21013_ts.c | 193 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | bu21013_ts.c | 193 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()
|
Completed in 3 milliseconds