Lines Matching refs:maxcontacts
146 __u8 maxcontacts; member
164 __u8 maxcontacts; member
257 .maxcontacts = 2 },
261 .maxcontacts = 2 },
297 .maxcontacts = 60,
314 .maxcontacts = 2,
318 .maxcontacts = 4 },
323 .maxcontacts = 2
334 .maxcontacts = 40,
459 td->maxcontacts = field->value[0]; in mt_feature_mapping()
460 if (!td->maxcontacts && in mt_feature_mapping()
462 td->maxcontacts = field->logical_maximum; in mt_feature_mapping()
463 if (td->mtclass.maxcontacts) in mt_feature_mapping()
465 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
905 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
1009 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_process_slot()
1251 if (!td->maxcontacts) in mt_touch_input_configured()
1252 td->maxcontacts = MT_DEFAULT_MAXCONTACT; in mt_touch_input_configured()
1273 BITS_TO_LONGS(td->maxcontacts), in mt_touch_input_configured()
1279 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1454 if (cls->maxcontacts) { in mt_need_to_apply_feature()
1456 cls->maxcontacts); in mt_need_to_apply_feature()