Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/input/
H A Devdev.c59 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */ in evdev_get_mask_cnt()
60 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt()
82 /* EV_SYN and unknown codes are never filtered */ in __evdev_is_filtered()
83 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered()
108 BUG_ON(type == EV_SYN); in __evdev_flush_queue()
118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue()
151 ev.type = EV_SYN; in __evdev_queue_syn_dropped()
223 * EV_SYN/SYN_DROPPED plus the newest event in the queue. in __pass_event()
230 .type = EV_SYN, in __pass_event()
238 if (event->type == EV_SYN in __pass_event()
[all...]
H A Dinput.c48 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
283 case EV_SYN: in input_get_disposition()
386 if (disposition != INPUT_IGNORE_EVENT && type != EV_SYN) in input_handle_event()
729 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys()
2198 /* Every input device generates EV_SYN/SYN_REPORT events. */ in input_register_device()
2199 __set_bit(EV_SYN, dev->evbit); in input_register_device()
/kernel/linux/linux-6.6/drivers/input/
H A Devdev.c59 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */ in evdev_get_mask_cnt()
60 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt()
82 /* EV_SYN and unknown codes are never filtered */ in __evdev_is_filtered()
83 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered()
108 BUG_ON(type == EV_SYN); in __evdev_flush_queue()
118 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue()
151 ev.type = EV_SYN; in __evdev_queue_syn_dropped()
223 * EV_SYN/SYN_DROPPED plus the newest event in the queue. in __pass_event()
230 .type = EV_SYN, in __pass_event()
238 if (event->type == EV_SYN in __pass_event()
[all...]
H A Dinput.c51 static const struct input_value input_value_sync = { EV_SYN, SYN_REPORT, 1 };
253 case EV_SYN: in input_get_disposition()
403 if (type != EV_SYN) in input_handle_event()
774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device()
994 EV_SYN, SYN_REPORT, 1); in input_set_keycode()
1770 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device()
1794 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device()
1845 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend()
1880 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze()
2263 input_handle_event(dev, EV_SYN, SYN_REPOR in input_repeat_key()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dinput.h63 * device in a packet (between EV_SYN/SYN_REPORT events). Used by
442 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
447 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/kernel/linux/linux-6.6/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); in input_sync()
455 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsysrq.c811 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
815 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
943 case EV_SYN: in sysrq_filter()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsysrq.c808 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
812 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq()
942 case EV_SYN: in sysrq_filter()
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py59 if libevdev.EV_SYN.SYN_REPORT in events:
60 raise ValueError("EV_SYN is in the event sequence")
444 while libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) in events:
445 # split the first EV_SYN from the list
446 idx = events.index(libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT))
H A Dbase.py148 syn_event = libevdev.InputEvent(libevdev.EV_SYN.SYN_REPORT) # type: ignore
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dgoldfish_events.c150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dgoldfish_events.c150 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A D88pm860x-ts.c274 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
H A Dsun4i-ts.c297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A D88pm860x-ts.c274 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
H A Dsun4i-ts.c297 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-debug.c714 [EV_SYN] = "Sync", [EV_KEY] = "Key",
1004 [EV_SYN] = syncs, [EV_KEY] = keys,
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-debug.c751 [EV_SYN] = "Sync", [EV_KEY] = "Key",
1057 [EV_SYN] = syncs, [EV_KEY] = keys,
/kernel/linux/linux-5.10/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/linux-5.10/include/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/linux-6.6/include/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h38 #define EV_SYN 0x00 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput-event-codes.h30 #define EV_SYN 0x00 macro

Completed in 40 milliseconds

12