1RIO_MATCH_DEVICE(9) Internals RIO_MATCH_DEVICE(9)
2
3
4
6 rio_match_device - Tell if a RIO device has a matching RIO device id
7 structure
8
10 const struct rio_device_id *
11 rio_match_device(const struct rio_device_id * id,
12 const struct rio_dev * rdev);
13
15 id
16 the RIO device id structure to match against
17
18 rdev
19 the RIO device structure to match against
20
22 Used from driver probe and bus matching to check whether a RIO device
23 matches a device id structure provided by a RIO driver. Returns the
24 matching struct rio_device_id or NULL if there is no match.
25
27 Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28 Author.
29
31Kernel Hackers Manual 2.6. November 2011 RIO_MATCH_DEVICE(9)