Lines Matching refs:max_fingers
42 int max_fingers; /* Max fingers supported in this instance */ member
71 readsize = 2 + tsdata->max_fingers * (4 + i); in pixcir_ts_parse()
92 if (touch > tsdata->max_fingers) in pixcir_ts_parse()
93 touch = tsdata->max_fingers; in pixcir_ts_parse()
472 if (!tsdata->chip->max_fingers) { in pixcir_i2c_ts_probe()
506 tsdata->max_fingers = tsdata->chip->max_fingers; in pixcir_i2c_ts_probe()
507 if (tsdata->max_fingers > PIXCIR_MAX_SLOTS) { in pixcir_i2c_ts_probe()
508 tsdata->max_fingers = PIXCIR_MAX_SLOTS; in pixcir_i2c_ts_probe()
510 tsdata->max_fingers); in pixcir_i2c_ts_probe()
513 error = input_mt_init_slots(input, tsdata->max_fingers, in pixcir_i2c_ts_probe()
577 .max_fingers = 2,
582 .max_fingers = 5,