touch_num        2750 drivers/input/mouse/cyapa_gen5.c 	unsigned int touch_num;
touch_num        2753 drivers/input/mouse/cyapa_gen5.c 	touch_num = report_data->report_head[PIP_NUMBER_OF_TOUCH_OFFSET] &
touch_num        2756 drivers/input/mouse/cyapa_gen5.c 	for (i = 0; i < touch_num; i++)
touch_num         265 drivers/input/touchscreen/goodix.c 	int touch_num;
touch_num         284 drivers/input/touchscreen/goodix.c 			touch_num = data[0] & 0x0f;
touch_num         285 drivers/input/touchscreen/goodix.c 			if (touch_num > ts->max_touch_num)
touch_num         288 drivers/input/touchscreen/goodix.c 			if (touch_num > 1) {
touch_num         295 drivers/input/touchscreen/goodix.c 							(touch_num - 1));
touch_num         300 drivers/input/touchscreen/goodix.c 			return touch_num;
touch_num         354 drivers/input/touchscreen/goodix.c 	int touch_num;
touch_num         357 drivers/input/touchscreen/goodix.c 	touch_num = goodix_ts_read_input_report(ts, point_data);
touch_num         358 drivers/input/touchscreen/goodix.c 	if (touch_num < 0)
touch_num         367 drivers/input/touchscreen/goodix.c 	for (i = 0; i < touch_num; i++)