Searched refs:SYN_MT_REPORT (Results 1 – 14 of 14) sorted by relevance
67 #define SYN_MT_REPORT 0x02 macro525 …= ABS_MT_POSITION && (ev->type != EV_SYN || (ev->code != SYN_REPORT && ev->code != SYN_MT_REPORT))) in vk_modify()533 …if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) LOGI("EV: %s => EV_SYN SYN_MT_REPORT\n", … in vk_modify()537 if (ev->code == SYN_MT_REPORT) return 0; in vk_modify()
39 input_mt_sync() at the end of each packet. This generates a SYN_MT_REPORT100 SYN_MT_REPORT103 SYN_MT_REPORT114 SYN_MT_REPORT119 SYN_MT_REPORT123 ABS_MT events, the last SYN_MT_REPORT event may be omitted. Otherwise, the
108 * SYN_MT_REPORT:
43 if (code == SYN_MT_REPORT)
41 if (code == SYN_MT_REPORT)
457 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
59 #define SYN_MT_REPORT 2 macro
58 #define SYN_MT_REPORT 2 macro
39 #define SYN_MT_REPORT 2 macro
724 [SYN_MT_REPORT] = "MT Report",
289 case SYN_MT_REPORT: in input_get_disposition()