Query: device_add
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVICE_ADD(9) Device drivers infrastructure DEVICE_ADD(9)NAMEdevice_add - add device to device hierarchy.SYNOPSISint device_add(struct device * dev);ARGUMENTSdev device.DESCRIPTIONThis is part 2 of device_register, though may be called separately _iff_ device_initialize has been called separately. This adds dev 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.NOTE_Never_ directly free dev after calling this function, even if it returned an error! Always use put_device to give up your reference instead.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DEVICE_ADD(9)
| Related Man Pages |
|---|
| device_create_with_groups(9) - centos |
| struct_bus_type(9) - centos |
| device_create_vargs(9) - suse |
| device_schedule_callback_owner(9) - suse |
| struct_ff_device(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Solaris 10, adding new LUN from SAN storage |
| Mpathadm showing no paths to 1 lun, others luns are fine |
| IP Alias |
| IP Range Assigning |
| How disabling GPU? |