Home
last modified time | relevance | path

Searched refs:device_get_next_child_node (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dproperty.h73 struct fwnode_handle *device_get_next_child_node(struct device *dev,
77 for (child = device_get_next_child_node(dev, NULL); child; \
78 child = device_get_next_child_node(dev, child))
/linux-4.4.14/drivers/base/
Dproperty.c554 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function
568 EXPORT_SYMBOL_GPL(device_get_next_child_node);