Home Tags Struct inode

Tag: struct inode

Device Drivers, Part 9: Input/Output Control in Linux

49
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

61
This article, which is part of the series on Linux device drivers, continues to cover the various concepts of character drivers and their implementation,...