Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/touchscreen/
Dhynitron_cstxxx.c29 unsigned int max_touch_num; member
338 if (ts_data->chip->max_touch_num < finger_id) { in cst3xx_touch_report()
395 ts_data->chip->max_touch_num, in cst3xx_input_dev_int()
464 .max_touch_num = 5,
Dgoodix.c278 if (touch_num > ts->max_touch_num) in goodix_ts_read_input_report()
1053 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_read_config()
1059 ts->max_touch_num = ts->config[MAX_CONTACTS_LOC] & 0x0f; in goodix_read_config()
1136 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_configure_dev()
1178 if (!ts->prop.max_x || !ts->prop.max_y || !ts->max_touch_num) { in goodix_configure_dev()
1191 ts->prop.max_x, ts->prop.max_y, ts->max_touch_num); in goodix_configure_dev()
1194 ts->max_touch_num = GOODIX_MAX_CONTACTS; in goodix_configure_dev()
1214 error = input_mt_init_slots(ts->input_dev, ts->max_touch_num, in goodix_configure_dev()
Dgoodix.h83 unsigned int max_touch_num; member