1INPUT_MT_DESTROY_SLO(9) Input Subsystem INPUT_MT_DESTROY_SLO(9)
23
4
NAME
6input_mt_destroy_slots - frees the MT slots of the input device
7
SYNOPSIS
9void input_mt_destroy_slots(struct input_dev * dev);
10
ARGUMENTS
12dev
13input device with allocated MT slots
14
DESCRIPTION
16This function is only needed in error path as the input core will
17automatically free the MT slots when the device is destroyed.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 INPUT_MT_DESTROY_SLO(9)