Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Drohm_bu21023.c542 int prev_finger_count = ts->finger_count; in rohm_ts_soft_irq() local
577 threshold = untouch_threshold[prev_finger_count]; in rohm_ts_soft_irq()
583 threshold = single_touch_threshold[prev_finger_count]; in rohm_ts_soft_irq()
598 threshold = dual_touch_threshold[prev_finger_count]; in rohm_ts_soft_irq()
610 if (prev_finger_count != finger_count) { in rohm_ts_soft_irq()