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

NAME

6       devres_remove_group - Remove a devres group
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

19       Remove the group identified by id. If id is NULL, the latest open group
20       is selected. Note that removing a group doesn't affect any other
21       resources.
22
24Kernel Hackers Manual 3.10         June 2019            DEVRES_REMOVE_GROUP(9)
Impressum