Tag: struct inode
Device Drivers, Part 9: Input/Output Control in Linux
This article, which is part of the series on Linux device drivers, talks about the typical ioctl() implementation and usage in Linux.
"Get me a...
Device Drivers, Part 6: Decoding Character Device File Operations
This article, which is part of the series on Linux device drivers, continues to cover the various concepts of character drivers and their implementation,...