Query: device_for_each_child
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_FOR_EACH_CHIL(9) Device drivers infrastructure DEVICE_FOR_EACH_CHIL(9)NAMEdevice_for_each_child - device child iterator.SYNOPSISint device_for_each_child(struct device * parent, void * data, int (*fn) (struct device *dev, void *data));ARGUMENTSparent parent struct device. data data for the callback. fn function to be called for each device.DESCRIPTIONIterate over parent's child devices, and call fn for each, passing it data. We check the return of fn each time. If it returns anything other than 0, we break out and return that value.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEVICE_FOR_EACH_CHIL(9)
Related Man Pages |
---|
device_create(9) - centos |
device_create_vargs(9) - centos |
device_create_with_groups(9) - centos |
device_schedule_callback_owner(9) - centos |
struct_device_driver(9) - centos |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
Tar Command |
Shopt -s histappend |
32 bit process addressing more than 4GB |