1RIO_DEV_PUT(9) RapidIO driver interface RIO_DEV_PUT(9)
2
3
4
6 rio_dev_put - Release a use of the RIO device structure
7
9 void rio_dev_put(struct rio_dev * rdev);
10
12 rdev
13 RIO device being disconnected
14
16 Must be called when a user of a device is finished with it. When the
17 last user of the device calls this function, the memory of the device
18 is freed.
19
21 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
22 Author.
23
25Kernel Hackers Manual 2.6. June 2019 RIO_DEV_PUT(9)