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

/drivers/base/
H A Dcore.c942 * device_add - add device to device hierarchy.
963 int device_add(struct device *dev) function
1107 EXPORT_SYMBOL_GPL(device_add); variable
1121 * and device_add().
1130 return device_add(dev);
1167 * subsystems it was added to in device_add(), and removes it
1170 * NOTE: this should be called manually _iff_ device_add() was
1608 retval = device_add(dev);

Completed in 77 milliseconds