1INPUT_ALLOCATE_DEVIC(9) Input Subsystem INPUT_ALLOCATE_DEVIC(9)
23
4
NAME
6input_allocate_device - allocate memory for new input device
7
SYNOPSIS
9struct input_dev * input_allocate_device(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16Returns prepared struct input_dev or NULL.
17
NOTE
19Use input_free_device to free devices that have not been registered;
20input_unregister_device should be used for already registered devices.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 INPUT_ALLOCATE_DEVIC(9)