Lines Matching refs:EV_SYN
51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
253 case EV_SYN: in input_get_disposition()
403 if (type != EV_SYN) in input_handle_event()
774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
994 EV_SYN, SYN_REPORT, 1); in input_set_keycode()
1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2263 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()
2344 __set_bit(EV_SYN, dev->evbit); in input_register_device()