Lines Matching defs:child
368 struct device_node *child)
370 if (of_property_read_u32(child, "reg", &inst->mlane))
373 if (of_property_read_u32(child, "cdns,num-lanes", &inst->num_lanes))
376 if (of_property_read_u32(child, "cdns,phy-type", &inst->phy_type))
492 struct device_node *dn = dev->of_node, *child;
579 for_each_available_child_of_node(dn, child) {
583 of_reset_control_array_get_exclusive(child);
587 child->full_name);
593 ret = cdns_sierra_get_optional(&sp->phys[node], child);
596 child->name);
603 gphy = devm_phy_create(dev, child, &ops);
635 of_node_put(child);