1RIO_DEVICE_REMOVE(9) Internals RIO_DEVICE_REMOVE(9)
2
3
4
6 rio_device_remove - Remove a RIO device from the system
7
9 int rio_device_remove(struct device * dev);
10
12 dev
13 the RIO device structure to match against
14
16 Remove a RIO device from the system. If it has an associated driver,
17 then run the driver remove method. Then update the reference count.
18
20 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
21 Author.
22
24Kernel Hackers Manual 2.6. June 2019 RIO_DEVICE_REMOVE(9)