suse man page for devres_open_group

Query: devres_open_group

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEVRES_OPEN_GROUP(9)						   Driver Basics					      DEVRES_OPEN_GROUP(9)

NAME
devres_open_group - Open a new devres group
SYNOPSIS
void * devres_open_group(struct device * dev, void * id, gfp_t gfp);
ARGUMENTS
dev Device to open devres group for id Separator ID gfp Allocation flags
DESCRIPTION
Open a new devres group for dev with id. For id, using a pointer to an object which won't be used for another group is recommended. If id is NULL, address-wise unique ID is created.
RETURNS
ID of the new group, NULL on failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 DEVRES_OPEN_GROUP(9)
Related Man Pages
kmalloc_array(9) - centos
endgrent(3) - redhat
getgrent(3) - redhat
getgrnam(3) - redhat
setgrent(3) - redhat
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Change directory error
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
Tar Command