Lines Matching refs:EV_SYN
51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
219 case EV_SYN: in input_get_disposition()
366 if (type != EV_SYN) in input_handle_event()
714 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
926 EV_SYN, SYN_REPORT, 1); in input_set_keycode()
1768 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1789 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1836 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1867 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2262 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()
2369 __set_bit(EV_SYN, dev->evbit); in input_register_device()