DRIVER_FOR_EACH_DEVICE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
driver_for_each_device - Iterator for devices bound to a driver.
SYNOPSIS
"SYNOPSIS"
int driver_for_each_device (struct device_driver * drv, struct device * start, void * data, int (*fn)
struct device *, void *);
ARGUMENTS
- drv
-
Driver we're iterating.
- start
-
-- undescribed --
- data
-
Data to pass to the callback.
- fn
-
Function to call for each device.
DESCRIPTION
Iterate over the drv's list of devices calling fn for each one.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:04 GMT, October 09, 2005