devres_for_each_res — Resource iterator
| void 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 ); | 
devDevice to iterate resource from
releaseLook for resources associated with this release function
matchMatch function (optional)
match_dataData for the match function
fnFunction to be called for each matched resource.
data
     Data for fn, the 3rd parameter of fn