Home
last modified time | relevance | path

Searched refs:tsc_steps (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dti_am335x_tsc.c129 int end_step, first_step, tsc_steps; in titsc_step_config() local
149 tsc_steps = ts_dev->coordinate_readouts * 2 + 2; in titsc_step_config()
150 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config()
152 end_step = first_step + tsc_steps; in titsc_step_config()
211 for (i = 0; i < tsc_steps; i++) in titsc_step_config()