table of contents
DRIVER_INIT(9) | Device drivers infrastructure | DRIVER_INIT(9) |
NAME¶
driver_init - initialize driver model.
SYNOPSIS¶
void driver_init(void);
ARGUMENTS¶
void
no arguments
DESCRIPTION¶
Call the driver model init functions to initialize their subsystems. Called early from init/main.c.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |