1. NAME▲
devres_close_group - Close a devres group
2. SYNOPSIS ▲
void devres_close_group(struct device * dev , void * id );
3. ARGUMENTS ▲
dev
Device to close devres group for
id
ID of target group, can be NULL
4. DESCRIPTION ▲
Close the group identified by id. If id is NULL, the latest open group is selected.
5. COPYRIGHT ▲