| /linux/Documentation/input/ |
| H A D | uinput.rst | 96 emit(fd, EV_SYN, SYN_REPORT, 0); 98 emit(fd, EV_SYN, SYN_REPORT, 0); 161 emit(fd, EV_SYN, SYN_REPORT, 0); 230 emit(fd, EV_SYN, SYN_REPORT, 0); 232 emit(fd, EV_SYN, SYN_REPORT, 0);
|
| H A D | event-codes.rst | 13 contains the new value of a single data item. A special event type, EV_SYN, is 34 * EV_SYN: 91 EV_SYN section in Event codes 94 EV_SYN event values are undefined. Their usage is defined only by when they are 142 existing userspace, it is recommended to not switch tool in one EV_SYN frame
|
| H A D | multi-touch-protocol.rst | 50 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set
|
| /linux/drivers/input/ |
| H A D | evdev.c | 61 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt() 86 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered() 111 BUG_ON(type == EV_SYN); in __evdev_flush_queue() 121 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 155 ev.type = EV_SYN; in __evdev_queue_syn_dropped() 229 ev.type = EV_SYN; in __pass_event() 241 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event() 272 if (v->type == EV_SYN && v->code == SYN_REPORT) { in evdev_pass_values() 1419 .evbit = { BIT_MASK(EV_SYN) },
|
| H A D | input.c | 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() [all …]
|
| H A D | mousedev.c | 380 case EV_SYN: in mousedev_event()
|
| H A D | joydev.c | 856 __set_bit(EV_SYN, jd_scratch); in joydev_dev_is_absolute_mouse()
|
| /linux/include/linux/ |
| H A D | input.h | 470 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync() 475 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
|
| /linux/drivers/tty/ |
| H A D | sysrq.c | 817 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 821 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 951 case EV_SYN: in sysrq_filter()
|
| /linux/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
|
| /linux/drivers/input/touchscreen/ |
| H A D | 88pm860x-ts.c | 268 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
|
| H A D | sun4i-ts.c | 297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 163 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
|
| H A D | test_tablet.py | 91 # the kernel tends to insert an EV_SYN once removing the tool, so 101 if libevdev.EV_SYN.SYN_REPORT in events: 102 raise ValueError("EV_SYN is in the event sequence") 130 # the kernel tends to insert an EV_SYN once removing the tool, so 674 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events: 675 # split the first EV_SYN from the list 676 idx = events.index(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT))
|
| H A D | test_mouse.py | 1034 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0))
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3146 [EV_SYN] = "Sync", [EV_KEY] = "Key", 3611 [EV_SYN] = syncs, [EV_KEY] = keys,
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 39 #define EV_SYN 0x00 38 #define EV_SYN global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 39 #define EV_SYN 0x00 macro
|
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 1163 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 375 code. An EV_SYN event will always be generated to mark the end of the
|