Lines Matching refs:maxcontacts
147 __u8 maxcontacts; member
165 __u8 maxcontacts; member
261 .maxcontacts = 2 },
265 .maxcontacts = 2 },
326 .maxcontacts = 60,
343 .maxcontacts = 2,
347 .maxcontacts = 4 },
352 .maxcontacts = 2
363 .maxcontacts = 40,
488 td->maxcontacts = field->value[0]; in mt_feature_mapping()
489 if (!td->maxcontacts && in mt_feature_mapping()
491 td->maxcontacts = field->logical_maximum; in mt_feature_mapping()
492 if (td->mtclass.maxcontacts) in mt_feature_mapping()
494 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
936 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
1040 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_process_slot()
1282 if (!td->maxcontacts) in mt_touch_input_configured()
1283 td->maxcontacts = MT_DEFAULT_MAXCONTACT; in mt_touch_input_configured()
1304 BITS_TO_LONGS(td->maxcontacts), in mt_touch_input_configured()
1310 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1485 if (cls->maxcontacts) { in mt_need_to_apply_feature()
1487 cls->maxcontacts); in mt_need_to_apply_feature()