Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/input/
Dmulti-touch-protocol.txt43 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set
97 SYN_REPORT
101 with SYN_REPORT.
108 SYN_REPORT
113 SYN_REPORT
117 last SYN_REPORT will be dropped by the input core, resulting in no
135 SYN_REPORT
141 SYN_REPORT
146 SYN_REPORT
156 SYN_REPORT
Devent-codes.txt75 * SYN_REPORT:
78 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next
79 motion will emit more REL_X and REL_Y values and send another SYN_REPORT.
90 Client should ignore all events up to and including next SYN_REPORT
/linux-4.4.14/drivers/tty/
Dsysrq.c746 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
750 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
/linux-4.4.14/include/linux/
Dinput.h414 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
/linux-4.4.14/drivers/input/
Devdev.c128 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue()
252 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event()
279 if (v->type == EV_SYN && v->code == SYN_REPORT) { in evdev_pass_values()
Dinput.c51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
279 case SYN_REPORT: in input_get_disposition()
687 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
Dmousedev.c384 if (code == SYN_REPORT) { in mousedev_event()
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/include/uapi/linux/
Dinput-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/
Dlinux-event-codes.h56 #define SYN_REPORT 0 macro
/linux-4.4.14/drivers/hid/
Dhid-debug.c738 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1062 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()