devres_for_each_res(9) centos man page | unix.com

Man Page: devres_for_each_res

Operating Environment: centos

Section: 9

DEVRES_FOR_EACH_RES(9)						   Driver Basics					    DEVRES_FOR_EACH_RES(9)

NAME
devres_for_each_res - Resource iterator
SYNOPSIS
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);
ARGUMENTS
dev 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 fn
DESCRIPTION
Call fn for each devres of dev which is associated with release and for which match returns 1.
RETURNS
void
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVRES_FOR_EACH_RES(9)
Related Man Pages
device_create_with_groups(9) - centos
device_schedule_callback_owner(9) - centos
struct_input_polled_dev(9) - centos
bus_release_resource(9) - debian
bus_release_resource(9) - freebsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Shopt -s histappend
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Please Welcome Dave Munro to the Moderator Team!