Man Page: devres_close_group
Operating Environment: centos
Section: 9
DEVRES_CLOSE_GROUP(9) Driver Basics DEVRES_CLOSE_GROUP(9)NAMEdevres_close_group - Close a devres groupSYNOPSISvoid devres_close_group(struct device * dev, void * id);ARGUMENTSdev Device to close devres group for id ID of target group, can be NULLDESCRIPTIONClose the group identified by id. If id is NULL, the latest open group is selected.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVRES_CLOSE_GROUP(9)