Lines Matching refs:maxcontacts
147 __u8 maxcontacts; member
165 __u8 maxcontacts; member
256 .maxcontacts = 2 },
260 .maxcontacts = 2 },
293 .maxcontacts = 60,
310 .maxcontacts = 2,
314 .maxcontacts = 4 },
319 .maxcontacts = 2
330 .maxcontacts = 40,
449 td->maxcontacts = field->value[0]; in mt_feature_mapping()
450 if (!td->maxcontacts && in mt_feature_mapping()
452 td->maxcontacts = field->logical_maximum; in mt_feature_mapping()
453 if (td->mtclass.maxcontacts) in mt_feature_mapping()
455 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
876 for_each_set_bit(slotnum, app->pending_palm_slots, td->maxcontacts) { in mt_release_pending_palms()
980 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_process_slot()
1222 if (!td->maxcontacts) in mt_touch_input_configured()
1223 td->maxcontacts = MT_DEFAULT_MAXCONTACT; in mt_touch_input_configured()
1244 BITS_TO_LONGS(td->maxcontacts), in mt_touch_input_configured()
1250 ret = input_mt_init_slots(input, td->maxcontacts, app->mt_flags); in mt_touch_input_configured()
1418 if (cls->maxcontacts) { in mt_need_to_apply_feature()
1420 cls->maxcontacts); in mt_need_to_apply_feature()