Searched refs:max_touches (Results 1 – 2 of 2) sorted by relevance
/drivers/input/touchscreen/ |
D | novatek-nvt-ts.c | 59 int max_touches; member 98 data->max_touches * NVT_TS_TOUCH_SIZE); in nvt_ts_irq() 102 for (i = 0; i < data->max_touches; i++) { in nvt_ts_irq() 109 if (slot < 1 || slot > data->max_touches) { in nvt_ts_irq() 222 data->max_touches = data->buf[NVT_TS_PARAMS_MAX_TOUCH]; in nvt_ts_probe() 226 data->max_touches > NVT_TS_MAX_TOUCHES || in nvt_ts_probe() 236 width, height, data->max_touches); in nvt_ts_probe() 254 error = input_mt_init_slots(input, data->max_touches, in nvt_ts_probe()
|
D | ili210x.c | 52 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() 997 error = input_mt_init_slots(input, priv->chip->max_touches, in ili210x_i2c_probe()
|