/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 259 case SYN_REPORT: in input_get_disposition() 774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device() 994 EV_SYN, SYN_REPORT, 1); in input_set_keycode() 1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device() 1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device() 1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend() 1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze() 2179 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet() 2263 input_handle_event(dev, EV_SYN, SYN_REPORT, in input_repeat_key() [all...] |
H A D | evdev.c | 113 /* init to 1 so a leading SYN_REPORT will not be dropped */ in __evdev_flush_queue() 118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 124 /* drop empty SYN_REPORT groups */ 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() 268 /* drop empty SYN_REPORT */ in evdev_pass_values()
|
H A D | mousedev.c | 381 if (code == SYN_REPORT) { in mousedev_event()
|
/kernel/linux/linux-6.6/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
|
H A D | test_mouse.py | 972 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0)) 974 # If there's no SYN_REPORT in the list, continue and let the
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | sysrq.c | 811 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 815 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | input.h | 63 * device in a packet (between EV_SYN/SYN_REPORT events). Used by 442 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 63 * device in a packet (between EV_SYN/SYN_REPORT events). Used by 450 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | evdev.c | 113 /* init to 1 so a leading SYN_REPORT will not be dropped */ in __evdev_flush_queue() 118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 124 /* drop empty SYN_REPORT groups */ 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() 268 /* drop empty 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 }; 289 case SYN_REPORT: in input_get_disposition() 729 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys() 2070 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet() 2198 /* Every input device generates EV_SYN/SYN_REPORT events. */ in input_register_device()
|
H A D | mousedev.c | 381 if (code == SYN_REPORT) { in mousedev_event()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | sysrq.c | 808 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 812 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
|
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-5.10/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-6.6/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/ |
H A D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 44 #define SYN_REPORT 0 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 44 #define SYN_REPORT 0 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | input-event-codes.h | 31 #define SYN_REPORT 0 macro
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-debug.c | 723 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-debug.c | 760 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
H A D | hid-input.c | 1508 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()
|