1DEVRES_CLOSE_GROUP(9)            Driver Basics           DEVRES_CLOSE_GROUP(9)
2
3
4

NAME

6       devres_close_group - Close a devres group
7

SYNOPSIS

9       void devres_close_group(struct device * dev, void * id);
10

ARGUMENTS

12       dev
13           Device to close devres group for
14
15       id
16           ID of target group, can be NULL
17

DESCRIPTION

19       Close the group identified by id. If id is NULL, the latest open group
20       is selected.
21
23Kernel Hackers Manual 3.10         June 2019             DEVRES_CLOSE_GROUP(9)
Impressum