finger_count 1553 drivers/hid/hid-logitech-hidpp.c u8 finger_count; finger_count 1631 drivers/hid/hid-logitech-hidpp.c raw_xy->finger_count = data[15] & 0x0f; finger_count 1634 drivers/hid/hid-logitech-hidpp.c if (raw_xy->finger_count) { finger_count 2195 drivers/hid/hid-logitech-hidpp.c u8 finger_count; finger_count 2277 drivers/hid/hid-logitech-hidpp.c if (raw->end_of_frame || raw->finger_count <= 2) { finger_count 2311 drivers/hid/hid-logitech-hidpp.c .finger_count = wd->maxcontacts, finger_count 420 drivers/input/mouse/cypress_ps2.c int finger_count; finger_count 423 drivers/input/mouse/cypress_ps2.c finger_count = bits6_7 & 0x03; finger_count 425 drivers/input/mouse/cypress_ps2.c if (finger_count == 1) finger_count 430 drivers/input/mouse/cypress_ps2.c switch (finger_count) { finger_count 439 drivers/input/mouse/cypress_ps2.c return finger_count; finger_count 264 drivers/input/touchscreen/rohm_bu21023.c int finger_count; finger_count 533 drivers/input/touchscreen/rohm_bu21023.c int finger_count = -1; finger_count 534 drivers/input/touchscreen/rohm_bu21023.c int prev_finger_count = ts->finger_count; finger_count 571 drivers/input/touchscreen/rohm_bu21023.c finger_count = 0; finger_count 577 drivers/input/touchscreen/rohm_bu21023.c finger_count = 1; finger_count 579 drivers/input/touchscreen/rohm_bu21023.c if (finger_count == 1) { finger_count 592 drivers/input/touchscreen/rohm_bu21023.c finger_count = 2; finger_count 601 drivers/input/touchscreen/rohm_bu21023.c if (finger_count >= 0) { finger_count 602 drivers/input/touchscreen/rohm_bu21023.c if (prev_finger_count != finger_count) { finger_count 603 drivers/input/touchscreen/rohm_bu21023.c count = ts->contact_count[finger_count]; finger_count 605 drivers/input/touchscreen/rohm_bu21023.c ts->contact_count[finger_count] = count; finger_count 609 drivers/input/touchscreen/rohm_bu21023.c finger_count, ROHM_TS_DISPLACEMENT_MAX); finger_count 611 drivers/input/touchscreen/rohm_bu21023.c for (i = 0; i < finger_count; i++) { finger_count 625 drivers/input/touchscreen/rohm_bu21023.c ts->finger_count = finger_count;