Rechercher une page de manuel
devres_release_group
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
devres_release_group - Release resources in a devres groupSYNOPSIS
- int devres_release_group(struct device * dev, void * id);
ARGUMENTS
dev
- Device to release group for
id
- ID of target group, can be NULL
DESCRIPTION
Release all resources in the group identified by id. If id is NULL, the latest open group is selected. The selected group and groups properly nested inside the selected group are removed.
RETURNS
The number of released non-group resources.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre