Home
last modified time | relevance | path

Searched refs:next_child (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
H A Dproperty.c686 struct fwnode_handle *next_child = child; in fwnode_get_next_available_child_node() local
692 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
694 if (!next_child || fwnode_device_is_available(next_child)) in fwnode_get_next_available_child_node()
696 } while (next_child); in fwnode_get_next_available_child_node()
698 return next_child; in fwnode_get_next_available_child_node()
/kernel/linux/linux-6.6/drivers/base/
H A Dproperty.c770 struct fwnode_handle *next_child = child; in fwnode_get_next_available_child_node() local
776 next_child = fwnode_get_next_child_node(fwnode, next_child); in fwnode_get_next_available_child_node()
777 if (!next_child) in fwnode_get_next_available_child_node()
779 } while (!fwnode_device_is_available(next_child)); in fwnode_get_next_available_child_node()
781 return next_child; in fwnode_get_next_available_child_node()
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1158 goto next_child; in rockchip_usb2phy_probe()
1183 next_child: in rockchip_usb2phy_probe()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1414 goto next_child; in rockchip_usb2phy_probe()
1439 next_child: in rockchip_usb2phy_probe()

Completed in 8 milliseconds