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

/drivers/base/
H A Dcore.c622 get_device(dev);
641 * may use @dev's fields. In particular, get_device()/put_device()
970 dev = get_device(dev);
1001 parent = get_device(dev->parent);
1135 * get_device - increment reference count for device.
1142 struct device *get_device(struct device *dev) function
1146 EXPORT_SYMBOL_GPL(get_device); variable
1362 if (match(child, data) && get_device(child))
1806 dev = get_device(dev);
1866 dev = get_device(de
[all...]

Completed in 256 milliseconds