I2O_BUS_MATCH

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

i2o_bus_match - Tell if a I2O device class id match the class ids of  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

dev
device which should be verified
drv
the driver to match against
 

DESCRIPTION

Used by the bus to check if the driver wants to handle the device.

Returns 1 if the class ids of the driver match the class id of the device, otherwise 0.  

DESCRIPTION

Used by the bus to check if the driver wants to handle the device.

Returns 1 if the class ids of the driver match the class id of the device, otherwise 0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:13 GMT, October 09, 2005