Home
last modified time | relevance | path

Searched refs:EV_SYN (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch29 #ifndef EV_SYN
31 #define EV_SYN EV_RST
/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 Devent-codes.rst13 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
/OK3568_Linux_fs/kernel/drivers/input/
H A Devdev.c60 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt()
83 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered()
108 BUG_ON(type == EV_SYN); in __evdev_flush_queue()
118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue()
151 ev.type = EV_SYN; in __evdev_queue_syn_dropped()
230 .type = EV_SYN, in __pass_event()
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 };
280 case EV_SYN: in input_get_disposition()
383 if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN) in input_handle_event()
726 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
2196 __set_bit(EV_SYN, dev->evbit); in input_register_device()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Devents.c525 …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()
533 …if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) LOGI("EV: %s => EV_SYN SYN_MT_REPORT\n", … in vk_modify()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dlocal.rules17 # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS,
/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h452 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
457 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/OK3568_Linux_fs/buildroot/package/evtest/
H A D0002-Fix-build-on-32bit-arches-with-64bit-time_t.patch42 if (type == EV_SYN) {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/evtest/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch40 if (type == EV_SYN) {
/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()
942 case EV_SYN: in sysrq_filter()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dgoldfish_events.c150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
/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/touchscreen/
H A D88pm860x-ts.c274 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
H A Dsun4i-ts.c297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-debug.c714 [EV_SYN] = "Sync", [EV_KEY] = "Key",
1003 [EV_SYN] = syncs, [EV_KEY] = keys,
/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.h38 #define EV_SYN 0x00 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.h38 #define EV_SYN 0x00 macro
/OK3568_Linux_fs/external/recovery/
H A Dui.c256 if (ev.type == EV_SYN) { in input_callback()
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h37 #define EV_SYN 0x00 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h18 #define EV_SYN 0x00 macro
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x.c494 input_dev->evbit[0] = BIT_MASK(EV_SYN) | BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in gt1x_request_input_dev()

12