Searched refs:next_child (Results 1 – 2 of 2) sorted by relevance
738 struct fwnode_handle *next_child = child; in fwnode_get_next_available_child_node() local744 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()745 if (!next_child) in fwnode_get_next_available_child_node()747 } while (!fwnode_device_is_available(next_child)); in fwnode_get_next_available_child_node()749 return next_child; in fwnode_get_next_available_child_node()
1149 goto next_child; in rockchip_usb2phy_probe()1174 next_child: in rockchip_usb2phy_probe()
Completed in 8 milliseconds