1I2O_BUS_MATCH(9)             Message-based devices            I2O_BUS_MATCH(9)
2
3
4

NAME

6       i2o_bus_match - Tell if I2O device class id matches the class ids of
7       the I2O driver (OSM)
8

SYNOPSIS

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

ARGUMENTS

13       dev
14           device which should be verified
15
16       drv
17           the driver to match against
18

DESCRIPTION

20       Used by the bus to check if the driver wants to handle the device.
21
22       Returns 1 if the class ids of the driver match the class id of the
23       device, otherwise 0.
24
26Kernel Hackers Manual 3.10         June 2019                  I2O_BUS_MATCH(9)
Impressum