Symbol: EV_SYN
drivers/hid/hid-debug.c
3146
[EV_SYN] = "Sync", [EV_KEY] = "Key",
drivers/hid/hid-debug.c
3611
[EV_SYN] = syncs, [EV_KEY] = keys,
drivers/hid/hid-input.c
1535
input_event(input, EV_SYN, SYN_REPORT, 0);
drivers/input/evdev.c
108
BUG_ON(type == EV_SYN);
drivers/input/evdev.c
118
is_report = ev->type == EV_SYN && ev->code == SYN_REPORT;
drivers/input/evdev.c
1414
.evbit = { BIT_MASK(EV_SYN) },
drivers/input/evdev.c
151
ev.type = EV_SYN;
drivers/input/evdev.c
230
.type = EV_SYN,
drivers/input/evdev.c
238
if (event->type == EV_SYN && event->code == SYN_REPORT) {
drivers/input/evdev.c
267
if (v->type == EV_SYN && v->code == SYN_REPORT) {
drivers/input/evdev.c
60
[EV_SYN] = EV_CNT,
drivers/input/evdev.c
83
if (type == EV_SYN || type >= EV_CNT)
drivers/input/input.c
1734
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
1755
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
1802
input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
1833
input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
220
case EV_SYN:
drivers/input/input.c
2228
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
2335
__set_bit(EV_SYN, dev->evbit);
drivers/input/input.c
367
if (type != EV_SYN)
drivers/input/input.c
52
static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
drivers/input/input.c
715
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
drivers/input/input.c
927
EV_SYN, SYN_REPORT, 1);
drivers/input/joydev.c
856
__set_bit(EV_SYN, jd_scratch);
drivers/input/keyboard/goldfish_events.c
150
events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX);
drivers/input/mousedev.c
380
case EV_SYN:
drivers/input/touchscreen/88pm860x-ts.c
268
__set_bit(EV_SYN, touch->idev->evbit);
drivers/input/touchscreen/sun4i-ts.c
297
ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS);
drivers/tty/sysrq.c
817
input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
drivers/tty/sysrq.c
821
input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
drivers/tty/sysrq.c
951
case EV_SYN:
drivers/tty/vt/keyboard.c
1104
input_inject_event(handle, EV_SYN, SYN_REPORT, 0);
include/linux/input.h
464
input_event(dev, EV_SYN, SYN_REPORT, 0);
include/linux/input.h
469
input_event(dev, EV_SYN, SYN_MT_REPORT, 0);