Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/touchscreen/
Dili210x.c52 unsigned int max_touches; member
131 .max_touches = 2,
192 .max_touches = 10,
223 .max_touches = 10,
299 .max_touches = 10,
312 for (i = 0; i < priv->chip->max_touches; i++) { in ili210x_report_events()
987 error = input_mt_init_slots(input, priv->chip->max_touches, in ili210x_i2c_probe()