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