Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dti_am335x_tsc.c55 int coordinate_readouts; member
149 tsc_steps = ts_dev->coordinate_readouts * 2 + 2; in titsc_step_config()
153 for (i = end_step - ts_dev->coordinate_readouts; i < end_step; i++) { in titsc_step_config()
176 end_step = first_step + ts_dev->coordinate_readouts; in titsc_step_config()
222 unsigned int creads = ts_dev->coordinate_readouts; in titsc_read_coordinates()
372 &ts_dev->coordinate_readouts); in titsc_parse_dt()
376 &ts_dev->coordinate_readouts); in titsc_parse_dt()
382 if (ts_dev->coordinate_readouts <= 0) { in titsc_parse_dt()
385 ts_dev->coordinate_readouts = 5; in titsc_parse_dt()
457 ts_dev->coordinate_readouts * 2 + 2 - 1); in titsc_probe()
[all …]