1INPUT_ALLOC_ABSINFO(9) Input Subsystem INPUT_ALLOC_ABSINFO(9)
23
4
NAME
6input_alloc_absinfo - allocates array of input_absinfo structs
7
SYNOPSIS
9void input_alloc_absinfo(struct input_dev * dev);
10
ARGUMENTS
12dev
13the input device emitting absolute events
14
DESCRIPTION
16If the absinfo struct the caller asked for is already allocated, this
17functions will not do anything.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 INPUT_ALLOC_ABSINFO(9)