prev_finger_count 534 drivers/input/touchscreen/rohm_bu21023.c int prev_finger_count = ts->finger_count; prev_finger_count 569 drivers/input/touchscreen/rohm_bu21023.c threshold = untouch_threshold[prev_finger_count]; prev_finger_count 575 drivers/input/touchscreen/rohm_bu21023.c threshold = single_touch_threshold[prev_finger_count]; prev_finger_count 590 drivers/input/touchscreen/rohm_bu21023.c threshold = dual_touch_threshold[prev_finger_count]; prev_finger_count 602 drivers/input/touchscreen/rohm_bu21023.c if (prev_finger_count != finger_count) {