Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/input/
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
Devent-codes.rst108 * SYN_MT_REPORT:
/linux-5.19.10/include/linux/
Dinput.h455 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/linux-5.19.10/include/uapi/linux/
Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/linux-5.19.10/include/dt-bindings/input/
Dlinux-event-codes.h59 #define SYN_MT_REPORT 2 macro
/linux-5.19.10/drivers/hid/
Dhid-debug.c761 [SYN_MT_REPORT] = "MT Report",
/linux-5.19.10/drivers/input/
Dinput.c289 case SYN_MT_REPORT: in input_get_disposition()