tsc_steps         130 drivers/input/touchscreen/ti_am335x_tsc.c 	int end_step, first_step, tsc_steps;
tsc_steps         149 drivers/input/touchscreen/ti_am335x_tsc.c 	tsc_steps = ts_dev->coordinate_readouts * 2 + 2;
tsc_steps         150 drivers/input/touchscreen/ti_am335x_tsc.c 	first_step = TOTAL_STEPS - tsc_steps;
tsc_steps         152 drivers/input/touchscreen/ti_am335x_tsc.c 	end_step = first_step + tsc_steps;
tsc_steps         205 drivers/input/touchscreen/ti_am335x_tsc.c 	for (i = 0; i < tsc_steps; i++)