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);
10
12 mport
13 Master port to send transactions
14
16 Starts the enumeration process. If somebody has enumerated our master
17 port device, then give up. If not and we have an active link, then
18 start recursive peer enumeration. Returns 0 if enumeration succeeds or
19 -EBUSY if enumeration fails.
20
22 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
23 Author.
24
26Kernel Hackers Manual 2.6. June 2019 RIO_ENUM_MPORT(9)