Home
last modified time | relevance | path

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

/linux/Documentation/input/
H A Dmulti-touch-protocol.rst39 input_mt_sync() at the end of each packet. This generates a SYN_MT_REPORT
100 SYN_MT_REPORT
103 SYN_MT_REPORT
114 SYN_MT_REPORT
119 SYN_MT_REPORT
123 ABS_MT events, the last SYN_MT_REPORT event may be omitted. Otherwise, the
H A Devent-codes.rst108 * SYN_MT_REPORT:
/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h60 #define SYN_MT_REPORT 2
59 #define SYN_MT_REPORT global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h60 #define SYN_MT_REPORT 2 macro
/linux/drivers/hid/
H A Dhid-debug.c3156 [SYN_MT_REPORT] = "MT Report", [SYN_DROPPED] = "Dropped",
/linux/drivers/input/
H A Dinput.c229 case SYN_MT_REPORT: in input_get_disposition()