Searched refs:SYN_REPORT (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/Documentation/input/ |
D | uinput.rst | 96 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);
|
D | multi-touch-protocol.rst | 50 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
|
D | event-codes.rst | 97 * 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-v4.19/drivers/tty/ |
D | sysrq.c | 761 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 765 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
|
/Linux-v4.19/include/linux/ |
D | input.h | 418 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
|
/Linux-v4.19/drivers/input/ |
D | evdev.c | 128 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 255 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event() 285 if (v->type == EV_SYN && v->code == SYN_REPORT) { in evdev_pass_values()
|
D | input.c | 51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 }; 277 case SYN_REPORT: in input_get_disposition() 694 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
|
D | mousedev.c | 384 if (code == SYN_REPORT) { in mousedev_event()
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 57 #define SYN_REPORT 0 macro
|
/Linux-v4.19/drivers/hid/ |
D | hid-debug.c | 740 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
|
/Linux-v4.19/drivers/tty/vt/ |
D | keyboard.c | 1082 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|