| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | events.c | 65 #define SYN_REPORT 0x00 macro 525 …if (ev->code != ABS_MT_POSITION && (ev->type != EV_SYN || (ev->code != SYN_REPORT && ev->code != S… in vk_modify() 532 …if (ev->type == EV_SYN && ev->code == SYN_REPORT) LOGI("EV: %s => EV_SYN SYN_REPORT\n", e->… in vk_modify()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | sysrq.c | 810 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 814 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
|
| /OK3568_Linux_fs/buildroot/package/x11vnc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 31 #if !defined(EV_SYN) || !defined(SYN_REPORT)
|
| /OK3568_Linux_fs/yocto/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) ||
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| 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 | input.c | 48 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 286 case SYN_REPORT: in input_get_disposition() 726 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
|
| H A D | mousedev.c | 381 if (code == SYN_REPORT) { in mousedev_event()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | input.h | 452 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 56 #define SYN_REPORT 0 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 37 #define SYN_REPORT 0 macro
|
| H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 723 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | keyboard.c | 1095 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|