table of contents
other versions
- wheezy 3.2.78-1
DEVRES_CLOSE_GROUP(9) | Driver Basics | DEVRES_CLOSE_GROUP(9) |
NAME¶
devres_close_group - Close a devres groupSYNOPSIS¶
void
devres_close_group(struct device * dev,
void * id);
ARGUMENTS¶
devDevice to close devres group for
id
ID of target group, can be NULL
DESCRIPTION¶
Close the group identified by id. If id is NULL, the latest open group is selected.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |