Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/drivers/input/
H A Dinput.c51 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 Devdev.c113 /* 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 Dmousedev.c381 if (code == SYN_REPORT) { in mousedev_event()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py59 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 Dbase.py148 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
H A Dtest_mouse.py972 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 Dsysrq.c811 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 Dinput.h63 * 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 Dinput.h63 * 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 Devdev.c113 /* 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 Dinput.c48 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 Dmousedev.c381 if (code == SYN_REPORT) { in mousedev_event()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsysrq.c808 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 Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h44 #define SYN_REPORT 0 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput-event-codes.h44 #define SYN_REPORT 0 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput-event-codes.h31 #define SYN_REPORT 0 macro
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-debug.c723 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-debug.c760 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
H A Dhid-input.c1508 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()

Completed in 51 milliseconds