Home
last modified time | relevance | path

Searched refs:phy_dn (Results 1 – 1 of 1) sorted by relevance

/net/dsa/
Dport.c1540 struct device_node *phy_dn; in dsa_port_get_phy_device() local
1543 phy_dn = of_parse_phandle(dp->dn, "phy-handle", 0); in dsa_port_get_phy_device()
1544 if (!phy_dn) in dsa_port_get_phy_device()
1547 phydev = of_phy_find_device(phy_dn); in dsa_port_get_phy_device()
1549 of_node_put(phy_dn); in dsa_port_get_phy_device()
1553 of_node_put(phy_dn); in dsa_port_get_phy_device()