Searched refs:max_touches (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/input/touchscreen/ |
H A D | novatek-nvt-ts.c | 62 int max_touches; member 101 data->max_touches * NVT_TS_TOUCH_SIZE); in nvt_ts_irq() 105 for (i = 0; i < data->max_touches; i++) { in nvt_ts_irq() 112 if (slot < 1 || slot > data->max_touches) { in nvt_ts_irq() 258 data->max_touches = data->buf[NVT_TS_PARAMS_MAX_TOUCH]; in nvt_ts_probe() 262 data->max_touches > NVT_TS_MAX_TOUCHES || in nvt_ts_probe() 272 width, height, data->max_touches); in nvt_ts_probe() 290 error = input_mt_init_slots(input, data->max_touches, in nvt_ts_probe()
|
H A 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() 999 error = input_mt_init_slots(input, priv->chip->max_touches, in ili210x_i2c_probe()
|