Searched refs:SYN_REPORT (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/Documentation/input/ |
D | multi-touch-protocol.txt | 43 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
|
D | event-codes.txt | 75 * 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/ |
D | sysrq.c | 595 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/ |
D | input.h | 194 #define SYN_REPORT 0 macro 1532 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
/linux-3.4.99/drivers/input/ |
D | input.c | 134 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()
|
D | evdev.c | 85 if (event->type == EV_SYN && event->code == SYN_REPORT) { in evdev_pass_event() 123 if (type == EV_SYN && code == SYN_REPORT) in evdev_event()
|
D | mousedev.c | 390 if (code == SYN_REPORT) { in mousedev_event()
|
/linux-3.4.99/drivers/hid/ |
D | hid-debug.c | 623 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
/linux-3.4.99/drivers/tty/vt/ |
D | keyboard.c | 1041 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|