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

/linux-4.1.27/include/linux/
H A 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/
H A Dproperty.c469 * device_get_next_child_node - Return the next child node handle for a device
473 struct fwnode_handle *device_get_next_child_node(struct device *dev, device_get_next_child_node() function
491 EXPORT_SYMBOL_GPL(device_get_next_child_node); variable

Completed in 68 milliseconds