Rechercher une page de manuel
rio_dev_get
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
rio_dev_get - Increments the reference count of the RIO device structureSYNOPSIS
- struct rio_dev * rio_dev_get(struct rio_dev * rdev);
ARGUMENTS
rdev
- RIO device being referenced
DESCRIPTION
Each live reference to a device should be refcounted.
Drivers for RIO devices should normally record such references in their probe methods, when they bind to a device, and release them by calling rio_dev_put, in their disconnect methods.
AUTHOR
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre