devres_find — Find device resource
| void * devres_find ( | struct device * dev, | 
| dr_release_t release, | |
| dr_match_t match, | |
| void * match_data ); | 
devDevice to lookup resource from
releaseLook for resources associated with this release function
matchMatch function (optional)
match_dataData for the match function