Searched refs:max_touches (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| H A D | novatek-nvt-ts.c | 60 int max_touches; member 99 data->max_touches * NVT_TS_TOUCH_SIZE); in nvt_ts_irq() 103 for (i = 0; i < data->max_touches; i++) { in nvt_ts_irq() 110 if (slot < 1 || slot > data->max_touches) { in nvt_ts_irq() 256 data->max_touches = data->buf[NVT_TS_PARAMS_MAX_TOUCH]; in nvt_ts_probe() 260 data->max_touches > NVT_TS_MAX_TOUCHES || in nvt_ts_probe() 269 width, height, data->max_touches); in nvt_ts_probe() 287 error = input_mt_init_slots(input, data->max_touches, in nvt_ts_probe()
|
| H A D | ili210x.c | 51 unsigned int max_touches; member 130 .max_touches = 2, 191 .max_touches = 10, 222 .max_touches = 10, 298 .max_touches = 10, 311 for (i = 0; i < priv->chip->max_touches; i++) { in ili210x_report_events() 1019 error = input_mt_init_slots(input, priv->chip->max_touches, in ili210x_i2c_probe()
|