finger_down_count  193 drivers/input/touchscreen/bu21013_ts.c 	int finger_down_count = 0;
finger_down_count  212 drivers/input/touchscreen/bu21013_ts.c 			touchscreen_set_mt_pos(&pos[finger_down_count++],
finger_down_count  216 drivers/input/touchscreen/bu21013_ts.c 	if (finger_down_count == 2 &&
finger_down_count  222 drivers/input/touchscreen/bu21013_ts.c 	input_mt_assign_slots(input, slots, pos, finger_down_count, DELTA_MIN);
finger_down_count  223 drivers/input/touchscreen/bu21013_ts.c 	for (i = 0; i < finger_down_count; i++) {