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

/drivers/base/
H A Dcore.c620 put_device(dev);
631 * may use @dev's fields. In particular, get_device()/put_device()
640 * NOTE: Use put_device() to give up your reference instead of freeing
946 * if it returned an error! Always use put_device() to give up your
1063 put_device(dev);
1087 put_device(parent);
1109 * if it returned an error! Always use put_device() to give up the
1132 * put_device - decrement reference count.
1135 void put_device(struct device *dev) function
1207 put_device(paren
1381 EXPORT_SYMBOL_GPL(put_device); variable
[all...]

Completed in 565 milliseconds