SYN_REPORT
[SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
input_event(input, EV_SYN, SYN_REPORT, 0);
is_report = ev->type == EV_SYN && ev->code == SYN_REPORT;
if (event->type == EV_SYN && event->code == SYN_REPORT) {
if (v->type == EV_SYN && v->code == SYN_REPORT) {
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
case SYN_REPORT:
static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
EV_SYN, SYN_REPORT, 1);
if (code == SYN_REPORT) {
input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
input_inject_event(handle, EV_SYN, SYN_REPORT, 0);
input_event(dev, EV_SYN, SYN_REPORT, 0);