Searched defs:device_add (Results 1 - 1 of 1) sorted by relevance

/drivers/base/
H A Dcore.c934 * device_add - add device to device hierarchy.
955 int device_add(struct device *dev) function
1112 * and device_add().
1121 return device_add(dev);
1155 * subsystems it was added to in device_add(), and removes it
1158 * NOTE: this should be called manually _iff_ device_add() was
1382 EXPORT_SYMBOL_GPL(device_add); variable

Completed in 61 milliseconds