driver_for_each_device(9) centos man page | unix.com

Man Page: driver_for_each_device

Operating Environment: centos

Section: 9

DRIVER_FOR_EACH_DEVI(9) 				   Device drivers infrastructure				   DRIVER_FOR_EACH_DEVI(9)

NAME
driver_for_each_device - Iterator for devices bound to a driver.
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 Device to begin with 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DRIVER_FOR_EACH_DEVI(9)
Related Man Pages
device_create_vargs(9) - centos
device_schedule_callback_owner(9) - centos
struct_ccw_driver(9) - centos
struct_ccwgroup_driver(9) - centos
struct_usb_device_driver(9) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities