1RIO_UNREGISTER_DRIVE(9)    RapidIO driver interface    RIO_UNREGISTER_DRIVE(9)
2
3
4

NAME

6       rio_unregister_driver - unregister a RIO driver
7

SYNOPSIS

9       void rio_unregister_driver(struct rio_driver * rdrv);
10

ARGUMENTS

12       rdrv
13           the RIO driver structure to unregister
14

DESCRIPTION

16       Deletes the struct rio_driver from the list of registered RIO drivers,
17       gives it a chance to clean up by calling its remove function for each
18       device it was responsible for, and marks those devices as driverless.
19

AUTHOR

21       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
22           Author.
23
25Kernel Hackers Manual 3.10         June 2019           RIO_UNREGISTER_DRIVE(9)
Impressum