Searched refs:EV_SYN (Results 1 – 21 of 21) sorted by relevance
/linux-4.1.27/drivers/input/ |
D | evdev.c | 73 BUG_ON(type == EV_SYN); in __evdev_flush_queue() 83 is_report = ev->type == EV_SYN && ev->code == SYN_REPORT; in __evdev_flush_queue() 123 ev.type = EV_SYN; in __evdev_queue_syn_dropped() 198 client->buffer[client->tail].type = EV_SYN; in __pass_event() 205 if (event->type == EV_SYN && event->code == SYN_REPORT) { in __pass_event() 233 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() 686 input_pass_event(dev, EV_SYN, SYN_REPORT, 1); in input_dev_release_keys() 2098 __set_bit(EV_SYN, dev->evbit); in input_register_device()
|
D | joydev.c | 780 __set_bit(EV_SYN, jd_scratch); in joydev_dev_is_absolute_mouse()
|
D | mousedev.c | 383 case EV_SYN: in mousedev_event()
|
/linux-4.1.27/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.1.27/drivers/tty/ |
D | sysrq.c | 736 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 740 input_inject_event(handle, EV_SYN, SYN_REPORT, 1); in sysrq_reinject_alt_sysrq() 854 case EV_SYN: in sysrq_filter()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | goldfish_events.c | 157 events_import_bits(edev, input_dev->evbit, EV_SYN, EV_MAX); in events_probe()
|
/linux-4.1.27/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.1.27/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 | goodix.c | 292 ts->input_dev->evbit[0] = BIT_MASK(EV_SYN) | in goodix_request_input_dev()
|
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 | 828 __set_bit(EV_SYN, input_dev->evbit); in zforce_probe()
|
/linux-4.1.27/drivers/hid/ |
D | hid-debug.c | 729 [EV_SYN] = "Sync", [EV_KEY] = "Key", 1014 [EV_SYN] = syncs, [EV_KEY] = keys,
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 178 #define EV_SYN 0x00 macro
|
/linux-4.1.27/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.1.27/drivers/tty/vt/ |
D | keyboard.c | 1006 input_inject_event(handle, EV_SYN, SYN_REPORT, 0); in kbd_update_leds_helper()
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 355 code. An EV_SYN event will always be generated to mark the end of the
|