Home
last modified time | relevance | path

Searched refs:mtclass (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/hid/
Dhid-multitouch.c160 struct mt_class mtclass; /* our mt device class */ member
409 return sprintf(buf, "%u\n", td->mtclass.quirks); in mt_show_quirks()
425 td->mtclass.quirks = val; in mt_set_quirks()
492 if (td->mtclass.maxcontacts) in mt_feature_mapping()
494 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
581 mt_application->quirks = td->mtclass.quirks; in mt_allocate_application()
597 if (!(td->mtclass.quirks & MT_QUIRK_SEPARATE_APP_REPORT) || in mt_find_application()
720 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1278 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1342 if (!td->mtclass.export_all_inputs && in mt_input_mapping()
[all …]