1RIO_BASIC_ATTACH(9) Internals RIO_BASIC_ATTACH(9)
2
3
4
6 rio_basic_attach -
7
9 int rio_basic_attach(void);
10
12 void
13 no arguments
14
16 When this enumeration/discovery method is loaded as a module this
17 function registers its specific enumeration and discover routines for
18 all available RapidIO mport devices. The “scan” command line parameter
19 controls ability of the module to start RapidIO enumeration/discovery
20 automatically.
21
22 Returns 0 for success or -EIO if unable to register itself.
23
24 This enumeration/discovery method cannot be unloaded and therefore does
25 not provide a matching cleanup_module routine.
26
28 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
29 Author.
30
32Kernel Hackers Manual 3.10 June 2019 RIO_BASIC_ATTACH(9)