Searched refs:SYN_REPORT (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/input/
H A Dinput.c51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
259 case SYN_REPORT:
774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
994 EV_SYN, SYN_REPORT, 1);
1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1);
1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1);
2179 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */
2263 input_handle_event(dev, EV_SYN, SYN_REPORT,
[all...]
H A Devdev.c113 /* init to 1 so a leading SYN_REPORT will not be dropped */
118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT;
124 /* drop empty SYN_REPORT groups */
238 if (event->type == EV_SYN && event->code == SYN_REPORT) {
267 if (v->type == EV_SYN && v->code == SYN_REPORT) {
268 /* drop empty SYN_REPORT */
H A Dmousedev.c381 if (code == SYN_REPORT) {
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py148 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
H A Dtest_tablet.py128 if libevdev.EV_SYN.SYN_REPORT in events:
790 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events:
792 idx = events.index(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT))
H A Dtest_mouse.py972 remaining.remove(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT, 0))
974 # If there's no SYN_REPORT in the list, continue and let the
/linux-master/include/linux/
H A Dinput.h63 * device in a packet (between EV_SYN/SYN_REPORT events). Used by
450 input_event(dev, EV_SYN, SYN_REPORT, 0);
/linux-master/drivers/tty/
H A Dsysrq.c808 input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
812 input_inject_event(handle, EV_SYN, SYN_REPORT, 1);
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h57 #define SYN_REPORT 0 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h57 #define SYN_REPORT 0 macro
/linux-master/drivers/hid/
H A Dhid-debug.c760 [SYN_REPORT] = "Report", [SYN_CONFIG] = "Config",
H A Dhid-input.c1510 input_event(input, EV_SYN, SYN_REPORT, 0);

Completed in 1239 milliseconds