EV_SYN 714 drivers/hid/hid-debug.c [EV_SYN] = "Sync", [EV_KEY] = "Key", EV_SYN 999 drivers/hid/hid-debug.c [EV_SYN] = syncs, [EV_KEY] = keys, EV_SYN 60 drivers/input/evdev.c [EV_SYN] = EV_CNT, EV_SYN 83 drivers/input/evdev.c if (type == EV_SYN || type >= EV_CNT) EV_SYN 108 drivers/input/evdev.c BUG_ON(type == EV_SYN); EV_SYN 118 drivers/input/evdev.c is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; EV_SYN 151 drivers/input/evdev.c ev.type = EV_SYN; EV_SYN 230 drivers/input/evdev.c .type = EV_SYN, EV_SYN 238 drivers/input/evdev.c if (event->type == EV_SYN && event->code == SYN_REPORT) { EV_SYN 268 drivers/input/evdev.c if (v->type == EV_SYN && v->code == SYN_REPORT) { EV_SYN 48 drivers/input/input.c static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; EV_SYN 269 drivers/input/input.c case EV_SYN: EV_SYN 372 drivers/input/input.c if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN) EV_SYN 715 drivers/input/input.c input_pass_event(dev, EV_SYN, SYN_REPORT, 1); EV_SYN 2179 drivers/input/input.c __set_bit(EV_SYN, dev->evbit); EV_SYN 845 drivers/input/joydev.c __set_bit(EV_SYN, jd_scratch); EV_SYN 150 drivers/input/keyboard/goldfish_events.c events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); EV_SYN 380 drivers/input/mousedev.c case EV_SYN: EV_SYN 274 drivers/input/touchscreen/88pm860x-ts.c __set_bit(EV_SYN, touch->idev->evbit); EV_SYN 249 drivers/input/touchscreen/st1232.c __set_bit(EV_SYN, input_dev->evbit); EV_SYN 297 drivers/input/touchscreen/sun4i-ts.c ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); EV_SYN 851 drivers/input/touchscreen/zforce_ts.c __set_bit(EV_SYN, input_dev->evbit); EV_SYN 761 drivers/tty/sysrq.c input_inject_event(handle, EV_SYN, SYN_REPORT, 1); EV_SYN 765 drivers/tty/sysrq.c input_inject_event(handle, EV_SYN, SYN_REPORT, 1); EV_SYN 879 drivers/tty/sysrq.c case EV_SYN: EV_SYN 1089 drivers/tty/vt/keyboard.c input_inject_event(handle, EV_SYN, SYN_REPORT, 0); EV_SYN 441 include/linux/input.h input_event(dev, EV_SYN, SYN_REPORT, 0); EV_SYN 446 include/linux/input.h input_event(dev, EV_SYN, SYN_MT_REPORT, 0);