Lines Matching refs:EV_SYN
51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
253 case EV_SYN:
403 if (type != EV_SYN)
774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
994 EV_SYN, SYN_REPORT, 1);
1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
2263 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
2343 /* Every input device generates EV_SYN/SYN_REPORT events. */
2344 __set_bit(EV_SYN, dev->evbit);