Structs

BlkDev

.openOpen the device in preparation for I/O operations
.strategyDo a read or write operation.
.closeClose a device.
.dumpWrite all physical memory to the device.
.psizeReturn the size of a disk-drive partition.

CharDev

.openopen the device.
.closeclose the device..
.readdo an input operation.
.writedo an output operation.
.ioctldo an I/O control operation.
.selectpoll device for I/O readiness.
.stopstop output on the device.
.mmapmap device offset to memory location
.resetreinitialize device after a bus reset.

Functions

dev_init

Close