Lines Matching defs:device_add
2119 * model. device_add() doesn't guarantee probe completion of the device
3372 * device_add()
3378 * device_add()
3547 * device_add - add device to device hierarchy.
3568 * Rule of thumb is: if device_add() succeeds, you should call
3569 * device_del() when you want to get rid of it. If device_add() has
3573 int device_add(struct device *dev)
3765 EXPORT_SYMBOL_GPL(device_add);
3779 * and device_add().
3788 return device_add(dev);
3843 * subsystems it was added to in device_add(), and removes it
3846 * NOTE: this should be called manually _iff_ device_add() was
4388 retval = device_add(dev);