/linux-4.4.14/drivers/input/ |
D | evdev.c | 70 [EV_SYN] = EV_CNT, in evdev_get_mask_cnt() 93 if (type == EV_SYN || type >= EV_CNT) in __evdev_is_filtered() 118 BUG_ON(type == EV_SYN); in __evdev_flush_queue() 128 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 168 ev.type = EV_SYN; in __evdev_queue_syn_dropped() 245 client->buffer[client->tail].type = EV_SYN; in __pass_event() 252 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event() 279 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 }; 273 case EV_SYN: in input_get_disposition() 687 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys() 2105 __set_bit(EV_SYN, dev->evbit); in input_register_device()
|
D | mousedev.c | 383 case EV_SYN: in mousedev_event()
|
D | joydev.c | 770 __set_bit(EV_SYN, jd_scratch); in joydev_dev_is_absolute_mouse()
|
/linux-4.4.14/include/linux/ |
D | input.h | 414 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync() 419 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
|
/linux-4.4.14/drivers/tty/ |
D | sysrq.c | 746 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 750 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 864 case EV_SYN: in sysrq_filter()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | goldfish_events.c | 157 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
|
/linux-4.4.14/Documentation/input/ |
D | event-codes.txt | 6 contains the new value of a single data item. A special event type, EV_SYN, is 26 * EV_SYN: 70 EV_SYN: 72 EV_SYN event values are undefined. Their usage is defined only by when they are
|
D | multi-touch-protocol.txt | 43 accumulated since last EV_SYN/SYN_REPORT and prepare to receive a new set
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | st1232.c | 206 __set_bit(EV_SYN, input_dev->evbit); in st1232_ts_probe()
|
D | 88pm860x-ts.c | 273 __set_bit(EV_SYN, touch->idev->evbit); in pm860x_touch_probe()
|
D | ili210x.c | 245 __set_bit(EV_SYN, input->evbit); in ili210x_i2c_probe()
|
D | sun4i-ts.c | 306 ts->input->evbit[0] = BIT(EV_SYN) | BIT(EV_KEY) | BIT(EV_ABS); in sun4i_ts_probe()
|
D | bu21013_ts.c | 573 __set_bit(EV_SYN, in_dev->evbit); in bu21013_probe()
|
D | zforce_ts.c | 859 __set_bit(EV_SYN, input_dev->evbit); in zforce_probe()
|
/linux-4.4.14/drivers/hid/ |
D | hid-debug.c | 729 [EV_SYN] = "Sync", [EV_KEY] = "Key", 1014 [EV_SYN] = syncs, [EV_KEY] = keys,
|
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/include/uapi/linux/ |
D | input-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/input/ |
D | linux-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/linux-4.4.14/drivers/staging/ste_rmi4/ |
D | synaptics_i2c_rmi4.c | 971 set_bit(EV_SYN, rmi4_data->input_dev->evbit); in synaptics_rmi4_probe()
|
/linux-4.4.14/drivers/tty/vt/ |
D | keyboard.c | 1062 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 355 code. An EV_SYN event will always be generated to mark the end of the
|