1RIO_UNLOCK_DEVICE(9) Internals RIO_UNLOCK_DEVICE(9)
2
3
4
6 rio_unlock_device - Releases host device lock for specified device
7
9 int rio_unlock_device(struct rio_mport * port, u16 destid,
10 u8 hopcount);
11
13 port
14 Master port to send transaction
15
16 destid
17 Destination ID for device/switch
18
19 hopcount
20 Hopcount to reach switch
21
23 Returns 0 if device lock released or EINVAL if fails.
24
26 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 RIO_UNLOCK_DEVICE(9)