1STRUCT RIO_DEVICE_ID(9) Internals STRUCT RIO_DEVICE_ID(9)
2
3
4
6 struct_rio_device_id - RIO device identifier
7
9 struct rio_device_id {
10 u16 did;
11 u16 vid;
12 u16 asm_did;
13 u16 asm_vid;
14 };
15
17 did
18 RIO device ID
19
20 vid
21 RIO vendor ID
22
23 asm_did
24 RIO assembly device ID
25
26 asm_vid
27 RIO assembly vendor ID
28
30 Identifies a RIO device based on both the device/vendor IDs and the
31 assembly device/vendor IDs.
32
34 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
35 Author.
36
38Kernel Hackers Manual 3.10 June 2019 STRUCT RIO_DEVICE_ID(9)