1DRIVER_INIT(9) Device drivers infrastructure DRIVER_INIT(9)
23
4
NAME
6driver_init - initialize driver model.
7
SYNOPSIS
9void driver_init(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16Call the driver model init functions to initialize their subsystems.
17Called early from init/main.c.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 DRIVER_INIT(9)