Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dti_am335x_tsc.c126 int end_step, first_step, tsc_steps; in titsc_step_config() local
145 tsc_steps = ts_dev->coordinate_readouts * 2 + 2; in titsc_step_config()
146 first_step = TOTAL_STEPS - tsc_steps; in titsc_step_config()
148 end_step = first_step + tsc_steps; in titsc_step_config()
201 for (i = 0; i < tsc_steps; i++) in titsc_step_config()