Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-multitouch.c410 return sprintf(buf, "%u\n", td->mtclass.quirks); in mt_show_quirks()
426 td->mtclass.quirks = val; in mt_set_quirks()
493 if (td->mtclass.maxcontacts) in mt_feature_mapping()
495 td->maxcontacts = td->mtclass.maxcontacts; in mt_feature_mapping()
582 mt_application->quirks = td->mtclass.quirks; in mt_allocate_application()
721 struct mt_class *cls = &td->mtclass; in mt_touch_input_mapping()
1300 struct mt_class *cls = &td->mtclass; in mt_touch_input_configured()
1364 if (!td->mtclass.export_all_inputs && in mt_input_mapping()
1471 struct mt_class *cls = &td->mtclass; in mt_need_to_apply_feature()
1732 mtclass = &(mt_classes[i]); in mt_probe()
[all …]