Query: devres_release
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVRES_RELEASE(9) Driver Basics DEVRES_RELEASE(9)NAMEdevres_release - Find a device resource and destroy it, calling releaseSYNOPSISint devres_release(struct device * dev, dr_release_t release, dr_match_t match, void * match_data);ARGUMENTSdev Device to find resource from release Look for resources associated with this release function match Match function (optional) match_data Data for the match functionDESCRIPTIONFind the latest devres of dev associated with release and for which match returns 1. If match is NULL, it's considered to match all. If found, the resource is removed atomically, the release function called and the resource freed.RETURNS0 if devres is found and freed, -ENOENT if not found.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVRES_RELEASE(9)
Related Man Pages |
---|
struct_device_driver(9) - centos |
bus_deactivate_resource(9) - freebsd |
bus_activate_resource(9) - debian |
xrmenumeratedatabase(3) - suse |
bus_adjust_resource(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
[TIP] Processing YAML files with yq |