Query: rio_register_driver
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RIO_REGISTER_DRIVER(9) RapidIO driver interface RIO_REGISTER_DRIVER(9)NAMErio_register_driver - register a new RIO driverSYNOPSISint rio_register_driver(struct rio_driver * rdrv);ARGUMENTSrdrv the RIO driver structure to registerDESCRIPTIONAdds a struct rio_driver to the list of registered drivers. Returns a negative value on error, otherwise 0. If no error occurred, the driver remains registered even if no device was claimed during registration.AUTHORMatt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 RIO_REGISTER_DRIVER(9)