Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/input/
Dmulti-touch-protocol.txt32 input_mt_sync() at the end of each packet. This generates a SYN_MT_REPORT
91 SYN_MT_REPORT
94 SYN_MT_REPORT
105 SYN_MT_REPORT
110 SYN_MT_REPORT
114 ABS_MT events, the last SYN_MT_REPORT event may be omitted. Otherwise, the
Devent-codes.txt84 * SYN_MT_REPORT:
/linux-3.4.99/include/linux/
Dinput.h196 #define SYN_MT_REPORT 2 macro
1537 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/linux-3.4.99/drivers/hid/
Dhid-debug.c624 [SYN_MT_REPORT] = "MT Report",
/linux-3.4.99/drivers/input/
Dinput.c235 case SYN_MT_REPORT: in input_handle_event()