Lines Matching refs:maxcontacts
156 __u8 maxcontacts; member
174 __u8 maxcontacts; member
272 .maxcontacts = 2 },
276 .maxcontacts = 2 },
337 .maxcontacts = 60,
354 .maxcontacts = 2,
358 .maxcontacts = 4 },
363 .maxcontacts = 2
374 .maxcontacts = 40,
414 .maxcontacts = 11,
510 td->maxcontacts = field->value[0]; in mt_feature_mapping()
511 if (!td->maxcontacts && in mt_feature_mapping()
513 td->maxcontacts = field->logical_maximum; in mt_feature_mapping()
514 if (td->mtclass.maxcontacts) in mt_feature_mapping()
516 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
978 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
1083 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_process_slot()
1349 if (cls->quirks & MT_QUIRK_APPLE_TOUCHBAR && cls->maxcontacts) in mt_touch_input_configured()
1350 td->maxcontacts = cls->maxcontacts; in mt_touch_input_configured()
1352 if (!td->maxcontacts) in mt_touch_input_configured()
1353 td->maxcontacts = MT_DEFAULT_MAXCONTACT; in mt_touch_input_configured()
1381 BITS_TO_LONGS(td->maxcontacts), in mt_touch_input_configured()
1387 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1585 if (cls->maxcontacts) { in mt_need_to_apply_feature()
1587 cls->maxcontacts); in mt_need_to_apply_feature()