Lines Matching refs:finger_count
272 int finger_count; member
541 int finger_count = -1; in rohm_ts_soft_irq() local
542 int prev_finger_count = ts->finger_count; in rohm_ts_soft_irq()
579 finger_count = 0; in rohm_ts_soft_irq()
585 finger_count = 1; in rohm_ts_soft_irq()
587 if (finger_count == 1) { in rohm_ts_soft_irq()
600 finger_count = 2; in rohm_ts_soft_irq()
609 if (finger_count >= 0) { in rohm_ts_soft_irq()
610 if (prev_finger_count != finger_count) { in rohm_ts_soft_irq()
611 count = ts->contact_count[finger_count]; in rohm_ts_soft_irq()
613 ts->contact_count[finger_count] = count; in rohm_ts_soft_irq()
617 finger_count, ROHM_TS_DISPLACEMENT_MAX); in rohm_ts_soft_irq()
619 for (i = 0; i < finger_count; i++) { in rohm_ts_soft_irq()
633 ts->finger_count = finger_count; in rohm_ts_soft_irq()