Functions and Variables Featured in This Chapter
Table 5-1 summarizes the functions, macros, variables, and data structures introduced in this chapter.
Table 5-1. Functions, macros, variables, and data structures related to system initialization
|
Name |
Description |
|---|---|
|
Functions and macros | |
|
|
Registers and releases, respectively, a callback handler for an IRQ line. The registration can be exclusive or shared. |
|
|
Allocates and releases I/O ports and I/O memory. |
|
|
Invokes a user-space helper application. |
|
|
Macro used to define configuration parameters for modules. |
|
|
Initializes a piece of the networking code at boot time. |
|
Global variables | |
|
|
Boolean flag used by legacy code to enforce the execution of |
|
|
Pointer to the vector of IRQ descriptors. |
|
Data structure | |
|
|
Each IRQ line is defined by an instance of this structure. Among other fields, it includes a callback function. |
|
|
Describes a network device. |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access