1INPUT_ALLOCATE_DEVIC(9)         Input Subsystem        INPUT_ALLOCATE_DEVIC(9)
2
3
4

NAME

6       input_allocate_device - allocate memory for new input device
7

SYNOPSIS

9       struct input_dev * input_allocate_device(void);
10

ARGUMENTS

12       void
13           no arguments
14

DESCRIPTION

16       Returns prepared struct input_dev or NULL.
17

NOTE

19       Use input_free_device to free devices that have not been registered;
20       input_unregister_device should be used for already registered devices.
21
23Kernel Hackers Manual 3.10         June 2019           INPUT_ALLOCATE_DEVIC(9)
Impressum