Lines Matching refs:finger_count
3695 int finger_count = _i; /* looped test */
3700 if (!libevdev_has_event_code(dev->evdev, EV_KEY, map[finger_count]))
3704 for (int i = 0; i < finger_count; i++) {
3705 if (litest_slot_count(dev) >= finger_count) {
3708 litest_event(dev, EV_KEY, map[finger_count], 1);
3721 for (int i = 0; i < finger_count; i++) {
3722 if (litest_slot_count(dev) < finger_count)
3730 for (int i = 0; i < finger_count; i++) {
3731 if (litest_slot_count(dev) >= finger_count) {
3734 litest_event(dev, EV_KEY, map[finger_count], 0);