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

/drivers/base/
H A Dcore.c617 get_device(dev);
636 * may use @dev's fields. In particular, get_device()/put_device()
962 dev = get_device(dev);
993 parent = get_device(dev->parent);
1125 * get_device - increment reference count for device.
1132 struct device *get_device(struct device *dev) function
1346 if (match(child, data) && get_device(child))
1387 EXPORT_SYMBOL_GPL(get_device); variable
1668 dev = get_device(dev);
1730 dev = get_device(de
[all...]

Completed in 144 milliseconds