Query: devres_for_each_res
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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_create(9) - centos |
struct_class(9) - centos |
struct_device_driver(9) - centos |
bus_release_resource(9) - debian |
bus_release_resource(9) - posix |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
How to increment version inside a file? |
DB2 convert digits to binary format |
Shopt -s histappend |
[TIP] Processing YAML files with yq |