Chapter 1. Driver Basics

Table of Contents

Driver Entry and Exit points
Atomic and pointer manipulation
Delaying, scheduling, and timer routines
Wait queues and Wake events
High-resolution timers
Workqueues and Kevents
Internal Functions
Kernel objects manipulation
Kernel utility functions
Device Resource Management

Driver Entry and Exit points

module_init — driver initialization entry point
module_exit — driver exit entry point