Home
last modified time | relevance | path

Searched refs:SYN_MT_REPORT (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/Documentation/input/
Dmulti-touch-protocol.txt32 input_mt_sync() at the end of each packet. This generates a SYN_MT_REPORT
93 SYN_MT_REPORT
96 SYN_MT_REPORT
107 SYN_MT_REPORT
112 SYN_MT_REPORT
116 ABS_MT events, the last SYN_MT_REPORT event may be omitted. Otherwise, the
Devent-codes.txt84 * SYN_MT_REPORT:
/linux-4.1.27/include/linux/
Dinput.h419 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/linux-4.1.27/include/uapi/linux/
Dinput.h199 #define SYN_MT_REPORT 2 macro
/linux-4.1.27/drivers/hid/
Dhid-debug.c739 [SYN_MT_REPORT] = "MT Report",
/linux-4.1.27/drivers/input/
Dinput.c282 case SYN_MT_REPORT: in input_get_disposition()