Lines Matching refs:maxcontacts
90 __u8 maxcontacts; member
116 __u8 maxcontacts; member
197 .maxcontacts = 2 },
201 .maxcontacts = 2 },
224 .maxcontacts = 60,
241 .maxcontacts = 2,
245 .maxcontacts = 4 },
250 .maxcontacts = 2
261 .maxcontacts = 40,
379 td->maxcontacts = field->value[0]; in mt_feature_mapping()
380 if (!td->maxcontacts && in mt_feature_mapping()
382 td->maxcontacts = field->logical_maximum; in mt_feature_mapping()
383 if (td->mtclass.maxcontacts) in mt_feature_mapping()
385 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
621 if (slotnum < 0 || slotnum >= td->maxcontacts) in mt_complete_slot()
790 if (!td->maxcontacts) in mt_touch_input_configured()
791 td->maxcontacts = MT_DEFAULT_MAXCONTACT; in mt_touch_input_configured()
810 ret = input_mt_init_slots(input, td->maxcontacts, td->mt_flags); in mt_touch_input_configured()
945 if (!td->mtclass.maxcontacts) in mt_set_maxcontacts()
951 max = td->mtclass.maxcontacts; in mt_set_maxcontacts()