Home
last modified time | relevance | path

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

/openbmc/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:
/openbmc/linux/include/linux/
H A Dinput.h455 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/openbmc/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h58 #define SYN_MT_REPORT 2 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/openbmc/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h59 #define SYN_MT_REPORT 2 macro
/openbmc/linux/include/uapi/linux/
H A Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/openbmc/linux/drivers/hid/
H A Dhid-debug.c761 [SYN_MT_REPORT] = "MT Report",
/openbmc/linux/drivers/input/
H A Dinput.c262 case SYN_MT_REPORT: in input_get_disposition()