Man page 9 : bus_unregister Table des matières 1. NAME 2. SYNOPSIS 3. ARGUMENTS 4. DESCRIPTION 5. COPYRIGHT "BUS_UNREGISTER" "9" "August 2013" "Kernel Hackers Manual 3.10" "Device drivers infrastructure" Page d'accueil du man Cette page de documentation est issue d'une conversion automatique de developpez.com. Les traductions proviennent des sites Debian, Linux Kernel et du projet Perkamon. N'hésitez pas à laisser vos suggestions, avis ou commentaires : 12 commentaires . Article lu fois. L'article Publié le 27 août 2013 1. NAME▲ bus_unregister - remove a bus from the system 2. SYNOPSIS ▲ void bus_unregister(struct bus_type * bus ); 3. ARGUMENTS ▲ bus bus. 4. DESCRIPTION ▲ Unregister the child subsystems and the bus itself. Finally, we call bus_put to release the refcount 5. COPYRIGHT ▲