1RIO_ENUM_MPORT(9) Internals RIO_ENUM_MPORT(9)
2
3
4
6 rio_enum_mport - Start enumeration through a master port
7
9 int rio_enum_mport(struct rio_mport * mport, u32 flags);
10
12 mport
13 Master port to send transactions
14
15 flags
16 Enumeration control flags
17
19 Starts the enumeration process. If somebody has enumerated our master
20 port device, then give up. If not and we have an active link, then
21 start recursive peer enumeration. Returns 0 if enumeration succeeds or
22 -EBUSY if enumeration fails.
23
25 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 RIO_ENUM_MPORT(9)