Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-multitouch.c1154 int contact_count = -1; in mt_touch_report() local
1163 contact_count = *app->raw_cc; in mt_touch_report()
1169 if (contact_count >= 0) { in mt_touch_report()
1180 app->num_expected = contact_count; in mt_touch_report()
1182 else if (contact_count) in mt_touch_report()
1183 app->num_expected = contact_count; in mt_touch_report()