Home
last modified time | relevance | path

Searched refs:SYN_REPORT (Results 1 – 15 of 15) sorted by relevance

/linux/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 Dmulti-touch-protocol.rst50 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set
104 SYN_REPORT
108 with SYN_REPORT.
115 SYN_REPORT
120 SYN_REPORT
124 last SYN_REPORT will be dropped by the input core, resulting in no
142 SYN_REPORT
148 SYN_REPORT
153 SYN_REPORT
163 SYN_REPORT
[all...]
H A Devent-codes.rst97 * SYN_REPORT:
101 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next
102 motion will emit more REL_X and REL_Y values and send another SYN_REPORT.
116 Client should ignore all events up to and including next SYN_REPORT
143 but first emitting the old BTN_TOOL_<name> at 0, then emit one SYN_REPORT
/linux/drivers/tty/
H A Dsysrq.c817 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
821 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
/linux/Documentation/hid/
H A Dhidintro.rst396 - [ 0, 0, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +0ms
400 - [ 1, 207892, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +1207ms
404 - [ 2, 367823, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +1160ms
409 - [ 3, 247617, 0, 0, 0] # ------------ SYN_REPORT (0) ---------- +880ms
/linux/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 Dmousedev.c381 if (code == SYN_REPORT) { in mousedev_event()
/linux/tools/testing/selftests/hid/tests/
H A Dbase.py163 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
H A Dtest_tablet.py101 if libevdev.EV_SYN.SYN_REPORT in events:
671 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events:
673 idx = events.index(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT))
H A Dtest_mouse.py1034 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0))
1036 # If there's no SYN_REPORT in the list, continue and let the
/linux/include/uapi/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/linux/drivers/hid/
H A Dhid-debug.c3152 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
H A Dhid-input.c1493 input_event(input, EV_SYN, SYN_REPORT, 0); in hid_report_release_tool()
/linux/drivers/tty/vt/
H A Dkeyboard.c1112 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()