1RIO_MATCH_BUS(9)                   Internals                  RIO_MATCH_BUS(9)
2
3
4

NAME

6       rio_match_bus - Tell if a RIO device structure has a matching RIO
7       driver device id structure
8

SYNOPSIS

10       int rio_match_bus(struct device * dev, struct device_driver * drv);
11

ARGUMENTS

13       dev
14           the standard device structure to match against
15
16       drv
17           the standard driver structure containing the ids to match against
18

DESCRIPTION

20       Used by a driver to check whether a RIO device present in the system is
21       in its list of supported devices. Returns 1 if there is a matching
22       struct rio_device_id or 0 if there is no match.
23

AUTHOR

25       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
26           Author.
27
29Kernel Hackers Manual 3.10         June 2019                  RIO_MATCH_BUS(9)
Impressum