devres_get(9) centos man page | unix.com

Man Page: devres_get

Operating Environment: centos

Section: 9

DEVRES_GET(9)							   Driver Basics						     DEVRES_GET(9)

NAME
devres_get - Find devres, if non-existent, add one atomically
SYNOPSIS
void * devres_get(struct device * dev, void * new_res, dr_match_t match, void * match_data);
ARGUMENTS
dev Device to lookup or add devres for new_res Pointer to new initialized devres to add if not found match Match function (optional) match_data Data for the match function
DESCRIPTION
Find the latest devres of dev which has the same release function as new_res and for which match return 1. If found, new_res is freed; otherwise, new_res is added atomically.
RETURNS
Pointer to found or added devres.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEVRES_GET(9)
Related Man Pages
device_create(9) - centos
ttysrch(4) - opensolaris
struct_input_polled_dev(9) - centos
device_create(9) - suse
tc-mirred(osx) - osx
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
DB2 convert digits to binary format
Shopt -s histappend
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!