Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/input/
H A Duinput.rst96 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 Dmulti-touch-protocol.rst50 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 Devent-codes.rst97 * 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 Devents.c65 #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 Dsysrq.c810 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 D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch31 #if !defined(EV_SYN) || !defined(SYN_REPORT)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch69 if ((levt->type == EV_SYN && levt->code == SYN_REPORT) ||
/OK3568_Linux_fs/kernel/drivers/input/
H A Devdev.c118 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 Dinput.c48 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 Dmousedev.c381 if (code == SYN_REPORT) { in mousedev_event()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h452 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 Dinput-event-codes.h57 #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 Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h37 #define SYN_REPORT 0 macro
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-debug.c723 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1095 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()