Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/input/
Dmulti-touch-protocol.txt43 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set
95 SYN_REPORT
99 with SYN_REPORT.
106 SYN_REPORT
111 SYN_REPORT
115 last SYN_REPORT will be dropped by the input core, resulting in no
133 SYN_REPORT
139 SYN_REPORT
144 SYN_REPORT
154 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-3.4.99/drivers/tty/
Dsysrq.c595 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
599 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
/linux-3.4.99/include/linux/
Dinput.h194 #define SYN_REPORT 0 macro
1532 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
/linux-3.4.99/drivers/input/
Dinput.c134 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_repeat_key()
229 case SYN_REPORT: in input_handle_event()
601 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
837 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_set_keycode()
Devdev.c85 if (event->type == EV_SYN && event->code == SYN_REPORT) { in evdev_pass_event()
123 if (type == EV_SYN && code == SYN_REPORT) in evdev_event()
Dmousedev.c390 if (code == SYN_REPORT) { in mousedev_event()
/linux-3.4.99/drivers/hid/
Dhid-debug.c623 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
/linux-3.4.99/drivers/tty/vt/
Dkeyboard.c1041 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()