Lines Matching defs:phy_node
1107 struct device_node *phy_node;
1117 phy_node = of_parse_phandle(dn, "phy-handle", 0);
1118 if (!phy_node)
1119 phy_node = of_parse_phandle(dn, "phy", 0);
1120 if (!phy_node)
1121 phy_node = of_parse_phandle(dn, "phy-device", 0);
1123 if (!phy_node) {
1129 phy_dev = of_phy_find_device(phy_node);
1130 /* We're done with the phy_node handle */
1131 of_node_put(phy_node);