| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 29 #ifndef EV_SYN 31 #define EV_SYN EV_RST
|
| /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 | 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
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 60 [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 D | input.c | 48 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 D | events.c | 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() 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 D | local.rules | 17 # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | input.h | 452 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 D | 0002-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 42 if (type == EV_SYN) {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/evtest/evtest/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 40 if (type == EV_SYN) {
|
| /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() 942 case EV_SYN: in sysrq_filter()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
|
| /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/touchscreen/ |
| H A D | 88pm860x-ts.c | 274 __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()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 714 [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 D | input-event-codes.h | 38 #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 D | input-event-codes.h | 38 #define EV_SYN 0x00 macro
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | ui.c | 256 if (ev.type == EV_SYN) { in input_callback()
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 18 #define EV_SYN 0x00 macro
|
| H A D | linux-event-codes.h | 38 #define EV_SYN 0x00 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 38 #define EV_SYN 0x00 macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x.c | 494 input_dev->evbit[0] = BIT_MASK(EV_SYN) | BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in gt1x_request_input_dev()
|