driver_for_each_device — Iterator for devices bound to a driver.
int driver_for_each_device
(struct device_driver * drv, struct device * start, void * data, int (*fn)
(struct device *, void *));
Driver we're iterating.
Device to begin with
Data to pass to the callback.
Function to call for each device.
Iterate over the drv's list of devices calling fn for each one.