Rechercher une page de manuel
rio_match_bus
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
rio_match_bus - Tell if a RIO device structure has a matching RIO driver device id structureSYNOPSIS
- int rio_match_bus(struct device * dev, struct device_driver * drv);
ARGUMENTS
dev
- the standard device structure to match against
drv
- the standard driver structure containing the ids to match against
DESCRIPTION
Used by a driver to check whether a RIO device present in the system is in its list of supported devices. Returns 1 if there is a matching struct rio_device_id or 0 if there is no match.
AUTHOR
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
- Author.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre