Searched refs:EV_SYN (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/input/
H A Devdev.c59 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */
60 [EV_SYN] = EV_CNT,
82 /* EV_SYN and unknown codes are never filtered */
83 if (type == EV_SYN || type >= EV_CNT)
108 BUG_ON(type == EV_SYN);
118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT;
151 ev.type = EV_SYN;
223 * EV_SYN/SYN_DROPPED plus the newest event in the queue.
230 .type = EV_SYN,
238 if (event->type == EV_SYN
[all...]
H A Dinput.c51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
253 case EV_SYN:
403 if (type != EV_SYN)
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);
2263 input_handle_event(dev, EV_SYN, SYN_REPOR
[all...]
H A Dmousedev.c380 case EV_SYN:
H A Djoydev.c843 * EV_ABS, EV_KEY and EV_SYN
845 * EV_ABS, EV_KEY, EV_SYN and EV_MSC
847 * EV_ABS, EV_KEY, EV_SYN, EV_MSC and EV_REL.
857 __set_bit(EV_SYN, jd_scratch);
/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);
455 input_event(dev, EV_SYN, SYN_MT_REPORT, 0);
/linux-master/drivers/input/keyboard/
H A Dgoldfish_events.c150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX);
/linux-master/drivers/input/touchscreen/
H A D88pm860x-ts.c274 __set_bit(EV_SYN, touch->idev->evbit);
H A Dsun4i-ts.c297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS);
H A Dzforce_ts.c842 __set_bit(EV_SYN, input_dev->evbit);
/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.py120 # the kernel tends to insert an EV_SYN once removing the tool, so
128 if libevdev.EV_SYN.SYN_REPORT in events:
129 raise ValueError("EV_SYN is in the event sequence")
160 # the kernel tends to insert an EV_SYN once removing the tool, so
790 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events:
791 # split the first EV_SYN from the list
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))
/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);
942 case EV_SYN:
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/linux-master/drivers/hid/
H A Dhid-debug.c751 [EV_SYN] = "Sync", [EV_KEY] = "Key",
1057 [EV_SYN] = syncs, [EV_KEY] = keys,
H A Dhid-input.c1506 * release any TOUCH and send an EV_SYN
1510 input_event(input, EV_SYN, SYN_REPORT, 0);

Completed in 510 milliseconds