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

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

Completed in 81 milliseconds