end_stage         127 drivers/input/misc/ad714x.c 				int start_stage, int end_stage)
end_stage         132 drivers/input/misc/ad714x.c 	mask = ((1 << (end_stage + 1)) - 1) - ((1 << start_stage) - 1);
end_stage         135 drivers/input/misc/ad714x.c 	data |= 1 << end_stage;
end_stage         144 drivers/input/misc/ad714x.c 				int start_stage, int end_stage)
end_stage         149 drivers/input/misc/ad714x.c 	mask = ((1 << (end_stage + 1)) - 1) - ((1 << start_stage) - 1);
end_stage         152 drivers/input/misc/ad714x.c 	data &= ~(1 << end_stage);
end_stage         161 drivers/input/misc/ad714x.c 					int start_stage, int end_stage)
end_stage         167 drivers/input/misc/ad714x.c 	for (i = start_stage; i <= end_stage; i++) {
end_stage         178 drivers/input/misc/ad714x.c 				int start_stage, int end_stage,
end_stage         187 drivers/input/misc/ad714x.c 	} else if (highest_stage == end_stage) {
end_stage         188 drivers/input/misc/ad714x.c 		a_param = ad714x->sensor_val[end_stage] *
end_stage         189 drivers/input/misc/ad714x.c 			(end_stage - start_stage) +
end_stage         190 drivers/input/misc/ad714x.c 			ad714x->sensor_val[end_stage - 1] *
end_stage         191 drivers/input/misc/ad714x.c 			(end_stage - start_stage - 1);
end_stage         192 drivers/input/misc/ad714x.c 		b_param = ad714x->sensor_val[end_stage] +
end_stage         193 drivers/input/misc/ad714x.c 			ad714x->sensor_val[end_stage - 1];
end_stage         206 drivers/input/misc/ad714x.c 	return (max_coord / (end_stage - start_stage)) * a_param / b_param;
end_stage         255 drivers/input/misc/ad714x.c 			hw->end_stage - hw->start_stage + 1);
end_stage         257 drivers/input/misc/ad714x.c 	for (i = hw->start_stage; i <= hw->end_stage; i++) {
end_stage         272 drivers/input/misc/ad714x.c 			hw->end_stage);
end_stage         296 drivers/input/misc/ad714x.c 	sw->abs_pos = ad714x_cal_abs_pos(ad714x, hw->start_stage, hw->end_stage,
end_stage         328 drivers/input/misc/ad714x.c 	ad714x_use_com_int(ad714x, hw->start_stage, hw->end_stage);
end_stage         335 drivers/input/misc/ad714x.c 	ad714x_use_thr_int(ad714x, hw->start_stage, hw->end_stage);
end_stage         345 drivers/input/misc/ad714x.c 	mask = ((1 << (hw->end_stage + 1)) - 1) - ((1 << hw->start_stage) - 1);
end_stage         414 drivers/input/misc/ad714x.c 			hw->end_stage);
end_stage         427 drivers/input/misc/ad714x.c 			hw->end_stage - hw->start_stage + 1);
end_stage         429 drivers/input/misc/ad714x.c 	for (i = hw->start_stage; i <= hw->end_stage; i++) {
end_stage         453 drivers/input/misc/ad714x.c 	int stage_num = hw->end_stage - hw->start_stage + 1;
end_stage         471 drivers/input/misc/ad714x.c 	sw->abs_pos = ((hw->max_coord / (hw->end_stage - hw->start_stage)) *
end_stage         484 drivers/input/misc/ad714x.c 	if (((sw->pre_highest_stage == hw->end_stage) &&
end_stage         487 drivers/input/misc/ad714x.c 			(sw->highest_stage == hw->end_stage)))
end_stage         500 drivers/input/misc/ad714x.c 	ad714x_use_com_int(ad714x, hw->start_stage, hw->end_stage);
end_stage         507 drivers/input/misc/ad714x.c 	ad714x_use_thr_int(ad714x, hw->start_stage, hw->end_stage);
end_stage         517 drivers/input/misc/ad714x.c 	mask = ((1 << (hw->end_stage + 1)) - 1) - ((1 << hw->start_stage) - 1);
end_stage          23 include/linux/input/ad714x.h 	int end_stage;
end_stage          29 include/linux/input/ad714x.h 	int end_stage;