1MODULE_INIT(9)                   Driver Basics                  MODULE_INIT(9)
2
3
4

NAME

6       module_init - driver initialization entry point
7

SYNOPSIS

9       module_init(x);
10

ARGUMENTS

12       x
13           function to be run at kernel boot time or module insertion
14

DESCRIPTION

16       module_init will either be called during do_initcalls (if builtin) or
17       at module insertion time (if a module). There can only be one per
18       module.
19
21Kernel Hackers Manual 3.10         June 2019                    MODULE_INIT(9)
Impressum