SYN_REPORT 723 drivers/hid/hid-debug.c [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config", SYN_REPORT 118 drivers/input/evdev.c is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; SYN_REPORT 238 drivers/input/evdev.c if (event->type == EV_SYN && event->code == SYN_REPORT) { SYN_REPORT 268 drivers/input/evdev.c if (v->type == EV_SYN && v->code == SYN_REPORT) { SYN_REPORT 48 drivers/input/input.c static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; SYN_REPORT 275 drivers/input/input.c case SYN_REPORT: SYN_REPORT 715 drivers/input/input.c input_pass_event(dev, EV_SYN, SYN_REPORT, 1); SYN_REPORT 381 drivers/input/mousedev.c if (code == SYN_REPORT) { SYN_REPORT 761 drivers/tty/sysrq.c input_inject_event(handle, EV_SYN, SYN_REPORT, 1); SYN_REPORT 765 drivers/tty/sysrq.c input_inject_event(handle, EV_SYN, SYN_REPORT, 1); SYN_REPORT 1089 drivers/tty/vt/keyboard.c input_inject_event(handle, EV_SYN, SYN_REPORT, 0); SYN_REPORT 441 include/linux/input.h input_event(dev, EV_SYN, SYN_REPORT, 0);