Lines Matching refs:mtclass
158 struct mt_class mtclass; /* our mt device class */ member
376 return sprintf(buf, "%u\n", td->mtclass.quirks); in mt_show_quirks()
392 td->mtclass.quirks = val; in mt_set_quirks()
459 if (td->mtclass.maxcontacts) in mt_feature_mapping()
461 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
548 mt_application->quirks = td->mtclass.quirks; in mt_allocate_application()
564 if (!(td->mtclass.quirks & MT_QUIRK_SEPARATE_APP_REPORT) || in mt_find_application()
683 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1237 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1301 if (!td->mtclass.export_all_inputs && in mt_input_mapping()
1408 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature()
1677 const struct mt_class *mtclass = mt_classes; /* MT_CLS_DEFAULT */ in mt_probe() local
1681 mtclass = &(mt_classes[i]); in mt_probe()
1692 td->mtclass = *mtclass; in mt_probe()
1723 if (mtclass->quirks & MT_QUIRK_FIX_CONST_CONTACT_ID) in mt_probe()