Rechercher une page de manuel
device_add
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
device_add - add device to device hierarchy.SYNOPSIS
- int device_add(struct device * dev);
ARGUMENTS
dev
- device.
DESCRIPTION
This is part 2 of device_register, though may be called separately _iff_ device_initialize has been called separately.
This adds it to the kobject hierarchy via kobject_add, adds it to the global and sibling lists for the device, then adds it to the other relevant subsystems of the driver model.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre