Searched refs:mtclass (Results 1 – 1 of 1) sorted by relevance
102 struct mt_class mtclass; /* our mt device class */ member278 return sprintf(buf, "%u\n", td->mtclass.quirks); in mt_show_quirks()293 td->mtclass.quirks = val; in mt_set_quirks()296 td->mtclass.quirks &= ~MT_QUIRK_CONTACT_CNT_ACCURATE; in mt_set_quirks()325 if (td->mtclass.name != MT_CLS_WIN_8) in mt_get_feature()383 if (td->mtclass.maxcontacts) in mt_feature_mapping()385 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()433 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()589 __s32 quirks = td->mtclass.quirks; in mt_compute_slot()612 if ((td->mtclass.quirks & MT_QUIRK_CONTACT_CNT_ACCURATE) && in mt_complete_slot()[all …]