Device Driver Tutorial

Exit Print View

Updated: July 2014
 
 

E

echo commandindex iconReading and Writing the Device
entry points
_fini()
index iconInitializing and Unloading
index iconDefining the Module Unload Entry Point
index iconWriting the Loadable Module Configuration Entry Points
_info()
index iconDevice Driver Testing Tips
index iconDefining the Module Information Entry Point
index iconWriting the Loadable Module Configuration Entry Points
index iconInstalling a Driver
_init()
index iconDevice Driver Testing Tips
index iconInitializing and Unloading
index iconDefining the Module Initialization Entry Point
index iconWriting the Loadable Module Configuration Entry Points
index iconInstalling a Driver
attach()
index iconDevice Driver Testing Tips
index iconAttaching and Detaching
index iconDefining the Device Attach Entry Point
index iconWriting the Autoconfiguration Entry Points
index iconInstalling a Driver
autoconfigurationindex iconWriting the Autoconfiguration Entry Points
close()
index iconOpening the Device, Closing the Device, and Getting Module Information
index iconDefining the Close Device Entry Point
index iconWriting the User Context Entry Points
detach()
index iconAttaching and Detaching
index iconDefining the Device Detach Entry Point
index iconWriting the Autoconfiguration Entry Points
index iconDefining the Module Unload Entry Point
devmap()index iconUser and Kernel Address Spaces on x86 and SPARC Machines
getinfo()
index iconOpening the Device, Closing the Device, and Getting Module Information
index iconDefining the Get Driver Information Entry Point
index iconWriting the Autoconfiguration Entry Points
ioctl()
index iconExercising the Driver's I/O Controls
index iconReporting and Setting Device Size and Re-initializing the Device
index iconWriting New Data
index iconDevices as Files
loadable module configurationindex iconWriting the Loadable Module Configuration Entry Points
open()
index iconOpening the Device, Closing the Device, and Getting Module Information
index iconDefining the Open Device Entry Point
index iconWriting the User Context Entry Points
prop_op()
index iconDefining the Report Driver Property Information Entry Point
index iconWriting the Autoconfiguration Entry Points
read()
index iconReading the Data
index iconDefining the Read Device Entry Point
index iconWriting the User Context Entry Points
user contextindex iconWriting the User Context Entry Points
write()
index iconWriting New Data
index iconDefining the Write Device Entry Point
index iconWriting the User Context Entry Points