Searched refs:fwnode_get_next_child_node (Results 1 – 4 of 4) sorted by relevance
162 struct fwnode_handle *fwnode_get_next_child_node(168 for (child = fwnode_get_next_child_node(fwnode, NULL); child; \169 child = fwnode_get_next_child_node(fwnode, child))181 fwnode_get_next_child_node(fwnode, NULL); \182 child; child = fwnode_get_next_child_node(fwnode, child))
807 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function823 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);844 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()865 return fwnode_get_next_child_node(dev_fwnode(dev), child); in device_get_next_child_node()
156 child = fwnode_get_next_child_node(dev_fwnode(&pdev->dev), NULL); in ts72xx_nand_probe()
8016 caps = fwnode_get_next_child_node(capabilities, caps); in tcpm_fw_get_caps()