Home
last modified time | relevance | path

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

/linux/Documentation/input/
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);
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
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
/linux/drivers/tty/
A Dsysrq.c806 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()
/linux/drivers/input/
A Devdev.c118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; 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()
A Dinput.c48 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
275 case SYN_REPORT: in input_get_disposition()
719 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
A Dmousedev.c381 if (code == SYN_REPORT) { in mousedev_event()
/linux/include/linux/
A Dinput.h450 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
/linux/include/dt-bindings/input/
A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/linux/include/uapi/linux/
A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/linux/drivers/hid/
A Dhid-debug.c725 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
/linux/drivers/tty/vt/
A Dkeyboard.c1114 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()

Completed in 34 milliseconds