Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| madieu_linux_device_drivers_development [2019/01/21 14:14] – [Modules] rpjday | madieu_linux_device_drivers_development [2019/01/23 11:54] (current) – [Delays/timer management] rpjday | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| * man modules-load.d | * man modules-load.d | ||
| * / | * / | ||
| + | |||
| + | ==== Error handling ==== | ||
| + | |||
| + | * IS_ERR(), IS_ERR_VALUE(), | ||
| + | * console logging | ||
| + | |||
| + | ==== Sleeping mechanisms ==== | ||
| + | |||
| + | * wait queues | ||
| + | |||
| + | ==== Delays/ | ||
| + | |||
| + | * programmable interrupt timer (PIT) | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * from_timer() [timer.h] | ||