Searched refs:fwnode_get_next_child_node (Results 1 – 3 of 3) sorted by relevance
804 fwnode_get_next_child_node(const struct fwnode_handle *fwnode, in fwnode_get_next_child_node() function831 return fwnode_get_next_child_node(parent->secondary, NULL); in fwnode_get_next_child_node()833 EXPORT_SYMBOL_GPL(fwnode_get_next_child_node);854 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()875 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()
8393 caps = fwnode_get_next_child_node(capabilities, caps); in tcpm_fw_get_caps()