Lines Matching refs:EV_SYN
52 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
220 case EV_SYN: in input_get_disposition()
367 if (type != EV_SYN) in input_handle_event()
778 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
1007 EV_SYN, SYN_REPORT, 1); in input_set_keycode()
1783 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1813 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1872 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1903 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2301 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()
2408 __set_bit(EV_SYN, dev->evbit); in input_register_device()