Home
last modified time | relevance | path

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

/linux-4.4.14/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()