Rechercher une page de manuel
platform_device_unregister
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
platform_device_unregister - unregister a platform-level deviceSYNOPSIS
- void platform_device_unregister(struct platform_device * pdev);
ARGUMENTS
pdev
- platform device we're unregistering
DESCRIPTION
Unregistration is done in 2 steps. First we release all resources and remove it from the subsystem, then we drop reference count by calling platform_device_put.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre