Device Driver
- Linux Driver Model
- <linux src>/include/linux/device.h
- <linux src>/drivers/base/driver.c
- dev_t
- register
- debug
- memory allocate
- memory copy
- memory region
- I/O
- interrupt
- privilege
- system flag
- asynchronous notification
- MINOR/MAJOR
- MKDEV
- register_chrdev_region
- alloc_chrdev_region
- unregister_chrdev_region
- file operations
- /usr/src/linux/include/fs.h
- Device Drivers
- Oreilly Linux Device Drivers by Kroah-Hartman, Third Edition PDF, Web
- Linux设备驱动开发详解
- Embedded Linux kernel and driver development
- Linux Device Driver Template/Skeleton with Interrupt Handler and Device Read Blocking (Kernel Module Example)
- Userspace Device Driver
page_revision: 84, last_edited: 1257402371|%e %b %Y, %H:%M %Z (%O ago)





