Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Drohm_bu21023.c271 unsigned int contact_count[MAX_CONTACTS + 1]; member
578 if (++ts->contact_count[0] >= threshold) in rohm_ts_soft_irq()
584 if (++ts->contact_count[1] >= threshold) in rohm_ts_soft_irq()
599 if (++ts->contact_count[2] >= threshold) in rohm_ts_soft_irq()
611 count = ts->contact_count[finger_count]; in rohm_ts_soft_irq()
612 memset(ts->contact_count, 0, sizeof(ts->contact_count)); in rohm_ts_soft_irq()
613 ts->contact_count[finger_count] = count; in rohm_ts_soft_irq()
/Linux-v4.19/drivers/hid/
Dhid-multitouch.c1126 int contact_count = -1; in mt_touch_report() local
1135 contact_count = *app->raw_cc; in mt_touch_report()
1141 if (contact_count >= 0) { in mt_touch_report()
1152 app->num_expected = contact_count; in mt_touch_report()
1154 else if (contact_count) in mt_touch_report()
1155 app->num_expected = contact_count; in mt_touch_report()