OCP_BUS_MATCH
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
ocp_bus_match - Works out whether an OCP device matches any
SYNOPSIS
"SYNOPSIS"
int ocp_bus_match (struct device * dev, struct device_driver * drv);
ARGUMENTS
- dev
-
the generic device struct for the OCP device
- drv
-
the generic driver struct for the OCP driver
DESCRIPTION
Used by a driver to check whether a OCP device present in the
system is in its list of supported devices. Returns 1 for a
match, or 0 if there is no match.
DESCRIPTION
Used by a driver to check whether a OCP device present in the
system is in its list of supported devices. Returns 1 for a
match, or 0 if there is no match.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 13:31:43 GMT, October 06, 2005