/openbmc/openbmc/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 | 31 #ifndef EV_SYN 33 #define EV_SYN EV_RST
|
/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 | 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 142 existing userspace, it is recommended to not switch tool in one EV_SYN frame
|
/openbmc/linux/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 | 51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 253 case EV_SYN: in input_get_disposition() 403 if (type != EV_SYN) in input_handle_event() 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() [all …]
|
/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/openbmc/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,
|
/openbmc/linux/include/linux/ |
H A D | input.h | 450 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync() 455 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
|
/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() 940 case EV_SYN: in sysrq_filter()
|
/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
|
/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/drivers/input/keyboard/ |
H A D | goldfish_events.c | 150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
|
/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/linux/drivers/input/touchscreen/ |
H A D | sun4i-ts.c | 297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
|
H A D | 88pm860x-ts.c | 274 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 751 [EV_SYN] = "Sync", [EV_KEY] = "Key", 1059 [EV_SYN] = syncs, [EV_KEY] = keys,
|
/openbmc/qemu/hw/input/ |
H A D | virtio-input.c | 41 if (event->type != cpu_to_le16(EV_SYN) || in virtio_input_send()
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 54 if (event->type != cpu_to_le16(EV_SYN) || in vi_input_send()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 38 #define EV_SYN 0x00 macro
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 38 #define EV_SYN 0x00 macro
|
/openbmc/qemu/ui/ |
H A D | input-linux.c | 257 case EV_SYN: in input_linux_handle_mouse()
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 38 #define EV_SYN 0x00 macro
|