1INPUT_MT_SYNC_FRAME(9) Input Subsystem INPUT_MT_SYNC_FRAME(9)
23
4
NAME
6input_mt_sync_frame - synchronize mt frame
7
SYNOPSIS
9void input_mt_sync_frame(struct input_dev * dev);
10
ARGUMENTS
12dev
13input device with allocated MT slots
14
DESCRIPTION
16Close the frame and prepare the internal state for a new one. Depending
17on the flags, marks unused slots as inactive and performs pointer
18emulation.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 INPUT_MT_SYNC_FRAME(9)