max_support_points  109 drivers/input/touchscreen/edt-ft5x06.c 	int max_support_points;
max_support_points  118 drivers/input/touchscreen/edt-ft5x06.c 	int  max_support_points;
max_support_points  205 drivers/input/touchscreen/edt-ft5x06.c 	datalen = tplen * tsdata->max_support_points + offset + crclen;
max_support_points  230 drivers/input/touchscreen/edt-ft5x06.c 	for (i = 0; i < tsdata->max_support_points; i++) {
max_support_points 1061 drivers/input/touchscreen/edt-ft5x06.c 	if (!chip_data || !chip_data->max_support_points) {
max_support_points 1066 drivers/input/touchscreen/edt-ft5x06.c 	tsdata->max_support_points = chip_data->max_support_points;
max_support_points 1149 drivers/input/touchscreen/edt-ft5x06.c 	error = input_mt_init_slots(input, tsdata->max_support_points,
max_support_points 1224 drivers/input/touchscreen/edt-ft5x06.c 	.max_support_points = 5,
max_support_points 1228 drivers/input/touchscreen/edt-ft5x06.c 	.max_support_points = 10,
max_support_points 1232 drivers/input/touchscreen/edt-ft5x06.c 	.max_support_points = 2,