Lines Matching refs:mtclass
159 struct mt_class mtclass; /* our mt device class */ member
380 return sprintf(buf, "%u\n", td->mtclass.quirks); in mt_show_quirks()
396 td->mtclass.quirks = val; in mt_set_quirks()
463 if (td->mtclass.maxcontacts) in mt_feature_mapping()
465 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
552 mt_application->quirks = td->mtclass.quirks; in mt_allocate_application()
568 if (!(td->mtclass.quirks & MT_QUIRK_SEPARATE_APP_REPORT) || in mt_find_application()
687 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1242 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1306 if (!td->mtclass.export_all_inputs && in mt_input_mapping()
1413 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature()
1680 const struct mt_class *mtclass = mt_classes; /* MT_CLS_DEFAULT */ in mt_probe() local
1684 mtclass = &(mt_classes[i]); in mt_probe()
1695 td->mtclass = *mtclass; in mt_probe()
1720 if (mtclass->quirks & MT_QUIRK_FORCE_MULTI_INPUT) { in mt_probe()
1731 if (mtclass->quirks & MT_QUIRK_FIX_CONST_CONTACT_ID) in mt_probe()