Lines Matching defs:child
833 static int miphy28lp_get_resource_byname(struct device_node *child,
838 index = of_property_match_string(child, "reg-names", rname);
842 return of_address_to_resource(child, index, res);
846 struct device_node *child, char *rname,
852 ret = miphy28lp_get_resource_byname(child, rname, &res);
1171 struct device_node *child, *np = pdev->dev.of_node;
1199 for_each_child_of_node(np, child) {
1211 phy = devm_phy_create(&pdev->dev, child, &miphy28lp_ops);
1221 ret = miphy28lp_of_probe(child, miphy_phy);
1225 ret = miphy28lp_probe_resets(child, miphy_dev->phys[port]);
1237 of_node_put(child);