Man Page: devres_for_each_res
Operating Environment: centos
Section: 9
DEVRES_FOR_EACH_RES(9) Driver Basics DEVRES_FOR_EACH_RES(9)NAMEdevres_for_each_res - Resource iteratorSYNOPSISvoid devres_for_each_res(struct device * dev, dr_release_t release, dr_match_t match, void * match_data, void (*fn) (struct device *, void *, void *), void * data);ARGUMENTSdev Device to iterate resource from release Look for resources associated with this release function match Match function (optional) match_data Data for the match function fn Function to be called for each matched resource. data Data for fn, the 3rd parameter of fnDESCRIPTIONCall fn for each devres of dev which is associated with release and for which match returns 1.RETURNSvoidCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVRES_FOR_EACH_RES(9)
| Related Man Pages |
|---|
| device_schedule_callback_owner(9) - centos |
| struct_class(9) - centos |
| struct_input_polled_dev(9) - centos |
| struct_uio_info(9) - centos |
| bus_release_resource(9) - posix |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Controlling user input |