Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dproperty.h63 struct fwnode_handle *device_get_next_child_node(struct device *dev,
67 for (child = device_get_next_child_node(dev, NULL); child; \
68 child = device_get_next_child_node(dev, child))
/linux-4.1.27/drivers/base/
Dproperty.c473 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function
491 EXPORT_SYMBOL_GPL(device_get_next_child_node);