1DEVRES_CLOSE_GROUP(9) Driver Basics DEVRES_CLOSE_GROUP(9)
23
4
NAME
6devres_close_group - Close a devres group
7
SYNOPSIS
9void devres_close_group(struct device * dev, void * id);
10
ARGUMENTS
12dev
13Device to close devres group for
1415
id
16ID of target group, can be NULL
17
DESCRIPTION
19Close the group identified by id. If id is NULL, the latest open group
20is selected.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 DEVRES_CLOSE_GROUP(9)