1STRUCT RIO_SWITCH_OP(9) Internals STRUCT RIO_SWITCH_OP(9)
2
3
4
6 struct_rio_switch_ops - Per-switch operations
7
9 struct rio_switch_ops {
10 u16 vid;
11 u16 did;
12 int (* init_hook) (struct rio_dev *rdev, int do_enum);
13 };
14
16 vid
17 RIO vendor ID
18
19 did
20 RIO device ID
21
22 init_hook
23 Callback that performs switch device initialization
24
26 Defines the operations that are necessary to initialize/control a
27 particular RIO switch device.
28
30 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 STRUCT RIO_SWITCH_OP(9)