/openbmc/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 | multi-touch-protocol.rst | 50 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set 104 SYN_REPORT 108 with SYN_REPORT. 115 SYN_REPORT 120 SYN_REPORT 124 last SYN_REPORT will be dropped by the input core, resulting in no 142 SYN_REPORT 148 SYN_REPORT 153 SYN_REPORT 163 SYN_REPORT
|
H A D | event-codes.rst | 97 * SYN_REPORT: 101 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next 102 motion will emit more REL_X and REL_Y values and send another SYN_REPORT. 116 Client should ignore all events up to and including next SYN_REPORT 143 but first emitting the old BTN_TOOL_<name> at 0, then emit one SYN_REPORT
|
/openbmc/phosphor-gpio-monitor/ |
H A D | monitor.cpp | 66 if (ev.type == EV_SYN && ev.code == SYN_REPORT) in analyzeEvent()
|
/openbmc/phosphor-fan-presence/evdevpp/ |
H A D | evdev.hpp | 100 if (ev.type == EV_SYN && ev.code == SYN_REPORT) in next()
|
/openbmc/linux/drivers/input/ |
H A D | input.c | 51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 259 case SYN_REPORT: in input_get_disposition() 774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device() 994 EV_SYN, SYN_REPORT, 1); in input_set_keycode() 1844 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device() 1868 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device() 1919 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend() 1954 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze() 2337 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()
|
H A D | evdev.c | 118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 238 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event() 267 if (v->type == EV_SYN && v->code == SYN_REPORT) { in evdev_pass_values()
|
H A D | mousedev.c | 381 if (code == SYN_REPORT) { in mousedev_event()
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 59 if libevdev.EV_SYN.SYN_REPORT in events: 444 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events: 446 idx = events.index(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT))
|
H A D | base.py | 148 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
|
H A D | test_mouse.py | 972 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0))
|
/openbmc/phosphor-gpio-monitor/presence/ |
H A D | gpio_presence.cpp | 110 if (ev.type == EV_SYN && ev.code == SYN_REPORT) in analyzeEvent()
|
/openbmc/linux/Documentation/hid/ |
H A D | hidintro.rst | 396 - [ 0, 0, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +0ms 400 - [ 1, 207892, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +1207ms 404 - [ 2, 367823, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +1160ms 409 - [ 3, 247617, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +880ms
|
/openbmc/linux/drivers/tty/ |
H A D | sysrq.c | 806 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 810 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 69 if ((levt->type == EV_SYN && levt->code == SYN_REPORT) ||
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input.c | 42 event->code != cpu_to_le16(SYN_REPORT)) { in virtio_input_send()
|
H A D | virtio-input-hid.c | 177 .code = cpu_to_le16(SYN_REPORT), in virtio_input_handle_sync()
|
/openbmc/linux/include/linux/ |
H A D | input.h | 450 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 56 #define SYN_REPORT 0 macro
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 55 event->code != cpu_to_le16(SYN_REPORT)) { in vi_input_send()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 760 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
/openbmc/linux/drivers/tty/vt/ |
H A D | keyboard.c | 1121 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|