Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/touchscreen/
Drohm_bu21023.c263 unsigned int contact_count[MAX_CONTACTS + 1]; member
570 if (++ts->contact_count[0] >= threshold) in rohm_ts_soft_irq()
576 if (++ts->contact_count[1] >= threshold) in rohm_ts_soft_irq()
591 if (++ts->contact_count[2] >= threshold) in rohm_ts_soft_irq()
603 count = ts->contact_count[finger_count]; in rohm_ts_soft_irq()
604 memset(ts->contact_count, 0, sizeof(ts->contact_count)); in rohm_ts_soft_irq()
605 ts->contact_count[finger_count] = count; in rohm_ts_soft_irq()
/linux-5.19.10/drivers/hid/
Dhid-multitouch.c1186 int contact_count = -1; in mt_touch_report() local
1195 contact_count = *app->raw_cc; in mt_touch_report()
1201 if (contact_count >= 0) { in mt_touch_report()
1212 app->num_expected = contact_count; in mt_touch_report()
1214 else if (contact_count) in mt_touch_report()
1215 app->num_expected = contact_count; in mt_touch_report()