1RIO_SWITCH_INIT(9) RapidIO driver interface RIO_SWITCH_INIT(9)
2
3
4
6 rio_switch_init - Sets switch operations for a particular vendor switch
7
9 void rio_switch_init(struct rio_dev * rdev, int do_enum);
10
12 rdev
13 RIO device
14
15 do_enum
16 Enumeration/Discovery mode flag
17
19 Searches the RIO switch ops table for known switch types. If the vid
20 and did match a switch table entry, then call switch initialization
21 routine to setup switch-specific routines.
22
24 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
25 Author.
26
28Kernel Hackers Manual 3.10 June 2019 RIO_SWITCH_INIT(9)